C/C++ - Any good web server library? [closed]

2019-01-22 03:17发布

Are there any open source, fast web server libraries? Thanks.

4条回答
仙女界的扛把子
2楼-- · 2019-01-22 03:51

mongoose (formely shttpd, GPL v2 and commercial license), libmicrohttpd (LGPL v2.1 license).

查看更多
迷人小祖宗
3楼-- · 2019-01-22 04:00

If you want to play with the concept you can check this codproject article.

You can also check this wikipedia article whcih compares major light weight embedded server.

You can check AppWeb Http Server also.

查看更多
我想做一个坏孩纸
4楼-- · 2019-01-22 04:06

Take a look at Qt. I don't know if it's fast enough for you, but it has a nice network module. You also get SQL and XML modules, and a lot more (which can be nice depending on your needs), for free. GPL/LGPL and cross-platform.

http://doc.trolltech.com/4.5/qtnetwork.html

查看更多
神经病院院长
5楼-- · 2019-01-22 04:08

As far as I know, libevent has a great event-driven and lightweight http server header.

查看更多
登录 后发表回答