Does anyone has first-hand experience with G-WAN web Server?

后端 未结 7 564
庸人自扰
庸人自扰 2021-01-31 05:27

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

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-31 05:53

    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!

提交回复
热议问题