跨平台 C++网络服务器库
我正在寻找一个可以运行 Web 服务器的 C++ 跨平台库。 有谁知道 tntnet 是否可以在 Windows 计算机上运行。 或 libmicrohttpd
I am looking for a cross platform Library in C++ that can run a web server.
Does any one know if tntnet can work on windows computers.
or libmicrohttpd
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
POCO 有一个 HTTP 服务器,以及许多其他有用的东西。运行在 Windows、Linux 等上。
POCO has a HTTP server, among lots of other useful stuff. Runs on Windows, Linux, etc.
目前tntnet不支持windows。将 tntnet 移植到 Windows 是可能的,但还没有人完成这项工作。对不起。
Currently tntnet does not support windows. It is possible to port tntnet to windows but nobody has done the work. Sorry.
boost.asio 库文档包括几个示例 HTTP 服务器
http ://www.boost.org/doc/libs/1_42_0/doc/html/boost_asio/examples.html
我喜欢这些在为我自己的应用程序开发嵌入式 Web 服务器时非常有用。
The boost.asio library documentation includes several example HTTP servers
http://www.boost.org/doc/libs/1_42_0/doc/html/boost_asio/examples.html
I fond these extremely useful in developing an embedded web server for my own applications.
这可能无法直接回答您的问题,但如果您有意其中之一,您可以随时在 cygwin 中编译它们。
This might not answer your question directly, but if you have your heart set on one of those, you could always compile them in cygwin.
我用谷歌搜索并找到了 LibHTTP。我没用过。
https://www.libhttp.org/
https://github.com/lammertb/libhttp
I googled and found LibHTTP. I have not used it.
https://www.libhttp.org/
https://github.com/lammertb/libhttp