I am looking for a cross-platform C ++ library that can run a web server. Does anyone know if tntnet can work on windows computers. or libmicrohttpd
POCO has an HTTP server, among many other useful things. It works under Windows, Linux, etc.
Tntnet does not currently support windows. You can connect tntnet to windows, but no one has done this work. Unfortunately.
boost.asio HTTP-
http://www.boost.org/doc/libs/1_42_0/doc/html/boost_asio/examples.html
- .
This may not answer your question directly, but if you have a heart on one of them, you can always compile them in cygwin .
Source: https://habr.com/ru/post/1736044/More articles:Setting up a python screen scraper that can run on google app engine - pythonI want to clean the site using GAE and post the results to Google Entity - pythonIs it possible to have conditional compilation for an ASP.NET comment? - asp.netWhat is the best way to profile a mobile web application? - androidAutomatic type conversion in Java? - javaCan I have nodereferences with thumbnails in Drupal? - drupalCookie Port Settings - .netEntity Framework function call import from code - entity-frameworkAfter WCAG 2.0, should I follow the recommendations of WCAG 1.0? - accessibilityTest Driven Development with C ++: how to test a class that depends on other classes? - c ++All Articles