a simple multithreaded webserver
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Volker Birk 7c7f53be0d
for Roker: using std::unique_ptr ;-)
3 years ago
build-windows build-windows 3 years ago
htdocs even more weird 3 years ago
.gitignore no auto conversion to std::string() 3 years ago
LICENSE Initial commit 3 years ago
Makefile add -fvisibility=hidden, because boost seems to be compiled with this flag, too. At least on my MacOS. 3 years ago
README.md link to sample 3 years ago
test_webserver.cc for Roker: using std::unique_ptr ;-) 3 years ago
webserver.cc adding factory function probing_port_range() 3 years ago
webserver.hh adding factory function probing_port_range() 3 years ago

README.md

webserver

a simple multithreaded webserver

for usage see this sample