No description
Find a file
Ole Christian Eidheim 55ae6fec7e Update README.md
2014-07-05 11:58:21 +02:00
httpserver.cpp Initial commit 2014-07-05 11:54:53 +02:00
httpserver.hpp Initial commit 2014-07-05 11:54:53 +02:00
main.cpp Initial commit 2014-07-05 11:54:53 +02:00
README.md Update README.md 2014-07-05 11:58:21 +02:00

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.