6 lines
231 B
Markdown
6 lines
231 B
Markdown
Simple-Web-Server
|
|
=================
|
|
|
|
A very simple and fast 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.
|