Update README.md

This commit is contained in:
Ole Christian Eidheim 2014-08-09 16:03:19 +02:00
commit cdd17ad6bb

View file

@ -1,7 +1,7 @@
Simple-Web-Server
=================
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
See also https://github.com/eidheim/Simple-WebSocket-Server for an easy way to make WebSocket/WebSocket Secure endpoints in C++.