Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 981
Matthew FL Avatar asked Jan 21 '26 18:01

Matthew FL


2 Answers

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

like image 200
Günter Obiltschnig Avatar answered Jan 23 '26 09:01

Günter Obiltschnig


Currently tntnet does not support windows. It is possible to port tntnet to windows but nobody has done the work. Sorry.

like image 20
tntnet Avatar answered Jan 23 '26 09:01

tntnet