From cdd17ad6bb62420b0defc674566177d7b1b0977c Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 9 Aug 2014 16:03:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0eafba..bb6f7ac 100644 --- a/README.md +++ b/README.md @@ -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++.