The only place where I found informations on G-WAN web server was the project web site and it looked very much like advertisement.
What I would really know is, for someo
G-WAN also support scripts written in other programming languages (C++, Objective-C, Java, etc.) so you will benefit from whatever native libraries each language implements.
For C scripts, well, the /usr/lib
directory lists more than 1,500 libraries that G-WAN can re-use with a simple #pragma link "library"
.
I found it neat to be able to write a Web application with a part in C, another in C++ and a third one in Java!