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
+2
A:
POCO has a HTTP server, among lots of other useful stuff. Runs on Windows, Linux, etc.
obiltschnig
2010-03-12 14:55:49
A:
Currently tntnet does not support windows. It is possible to port tntnet to windows but nobody has done the work. Sorry.
tntnet
2010-03-27 19:06:12
I have used tntnet before and enjoyed it, but that was the main reason for this question as there was not any windows support
Matthew
2010-03-30 03:15:17
A:
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.
ravenspoint
2010-03-27 19:22:34