Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Christian Eidheim <eidheim@gmail.com>2014-08-02 14:12:03 +0400
committerOle Christian Eidheim <eidheim@gmail.com>2014-08-02 14:12:03 +0400
commitf9104db3f0a31528d2c95295aa7aab0ea9584dfe (patch)
treea7bc97ba1ba2eb33c605be7d418e280849b83743
parentf926a5bfd61566428abb03391486cdcf8e87be7c (diff)
Update README.mdv1.01
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a502520..4f12d2f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-Simple-Web-Server
+Simple-WebSocket-Server
=================
-A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server implemented using C++11 and Boost.Asio. Created to be an easy way to make WebSocket endpoints in C++.
+A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
See also https://github.com/eidheim/Simple-Web-Server for an easy way to make REST resources available from C++ applications.