c++embeddedwebserver

Cross Platform C++ webserver Library


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


Solution

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