From 6c96d49996773d6cd6b1157e69cf24d3783a1862 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 11:47:12 +0200 Subject: [PATCH] Initial commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..026ce21 --- /dev/null +++ b/README.md @@ -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.