跨平台 C++网络服务器库

发布于 2024-08-23 22:58:43 字数 87 浏览 3 评论 0原文

我正在寻找一个可以运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

云醉月微眠 2024-08-30 22:58:43

POCO 有一个 HTTP 服务器,以及许多其他有用的东西。运行在 Windows、Linux 等上。

POCO has a HTTP server, among lots of other useful stuff. Runs on Windows, Linux, etc.

过期以后 2024-08-30 22:58:43

目前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.

仙女山的月亮 2024-08-30 22:58:43

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.

诠释孤独 2024-08-30 22:58:43

这可能无法直接回答您的问题,但如果您有意其中之一,您可以随时在 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.

画离情绘悲伤 2024-08-30 22:58:43

我用谷歌搜索并找到了 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文