A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
Stars
2.7k
Forks
766
Watchers
2.7k
Open Issues
53
Overall repository health assessment
No package.json found
This might not be a Node.js project
397
commits
9
commits
6
commits
4
commits
3
commits
3
commits
2
commits
2
commits
2
commits
2
commits
Project moved to https://gitlab.com/eidheim/Simple-Web-Server
35ebb10View on GitHubCleanup of start and its related functions. Also removed unused lambda captures.
f52c8a0View on GitHubSplitted the start function into a two in order to access the bound port
3ba786fView on GitHubChanged string view related __cplusplus check to > 201402L, and reverted additional travis tests to reduce the CI duration
bd9c119View on GitHubadded two test with C++17 and USE_STANDALONE_ASIO ON/OFF
90e5047View on GitHubadded two test with C++17 and USE_STANDALONE_ASIO ON/OFF
762d1cfView on GitHub