2

C++ 中的哪些方法和库最适合且最容易为 Web 创建(服务器)后端?你对你所尝试的或从这个列表有什么建议?

  1. Fastcgi Daemon - Yandex 的开源框架,用于在 C++ 上设计高负载 FastCGI 应用程序 https://github.com/golubtsov/Fastcgi-Daemon

  2. FastCGI 很简单,因为它实际上是只有几个扩展的 CGI。http://www.fastcgi.com/drupal/

  3. 一个用于编写 CGI 应用程序的 C++ 类库 http://www.gnu.org/software/cgicc/

  4. IIS 7.0 的本机 C\C++ 模块 http://www.iis.net/learn/develop/runtime-extensibility/develop-a-native-cc-module-for-iis

  5. Apache API C++ 食谱 http://wolfgang.groogroo.com/apache-cplusplus/

  6. C++/Delphi - 嵌入式 WebServer/ISAPI,带有简单的前端构建器(html、css、extjs)http://unigui.com/demo

4

0 回答 0