From 8b9f353c3eb5837e028cfca92a6ab2c211e86764 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 2 Aug 2014 11:40:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d20c947..2797ba8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ 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. +See also https://github.com/eidheim/Simple-WebSocket-Server for an easy way to make WebSocket/WebSocket Secure endpoints in C++. + ### Features * Thread pool