6 lines
247 B
Markdown
6 lines
247 B
Markdown
Simple-Web-Server
|
|
=================
|
|
|
|
A very simple, fast, multithreaded and platform independent HTTP server implemented using C++11 and Boost::Asio. Makes it easy to create REST resources for a C++ application.
|
|
|
|
See main.cpp for example usage.
|