C++ 中的哪些方法和库最适合且最容易为 Web 创建(服务器)后端?你对你所尝试的或从这个列表有什么建议?
Fastcgi Daemon - Yandex 的开源框架,用于在 C++ 上设计高负载 FastCGI 应用程序 https://github.com/golubtsov/Fastcgi-Daemon
FastCGI 很简单,因为它实际上是只有几个扩展的 CGI。http://www.fastcgi.com/drupal/
一个用于编写 CGI 应用程序的 C++ 类库 http://www.gnu.org/software/cgicc/
IIS 7.0 的本机 C\C++ 模块 http://www.iis.net/learn/develop/runtime-extensibility/develop-a-native-cc-module-for-iis
Apache API C++ 食谱 http://wolfgang.groogroo.com/apache-cplusplus/
C++/Delphi - 嵌入式 WebServer/ISAPI,带有简单的前端构建器(html、css、extjs)http://unigui.com/demo