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
roker 68f849d814
for whatever reason we cannot write a 'response' to the socket, but need a 'response_serializer' on boost 1.67 (Debian 10) m(
2 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 typo 3 years ago
README.md link to sample 3 years ago
test_webserver.cc avoid SIGABRT 3 years ago
webserver.cc for whatever reason we cannot write a 'response' to the socket, but need a 'response_serializer' on boost 1.67 (Debian 10) m( 2 years ago
webserver.hh webserver.hh:49:18: error: ‘mutex’ in namespace ‘std’ does not name a type. note: ‘std::mutex’ is defined in header ‘<mutex>’; did you forget to ‘#include <mutex>’? 2 years ago

README.md

webserver

a simple multithreaded webserver

for usage see this sample