C ++中哪种方法和库最适合并且很容易为Web创建(服务器)后端?

时间:2013-01-16 20:35:38

标签: c++ web-services cgi fastcgi

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的Native C \ C ++模块 http://www.iis.net/learn/develop/runtime-extensibility/develop-a-native-cc-module-for-iis

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

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

0 个答案:

没有答案