Initial commit

This commit is contained in:
Ole Christian Eidheim 2014-07-05 11:47:12 +02:00
commit 6c96d49996

4
README.md Normal file
View file

@ -0,0 +1,4 @@
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.