summaryrefslogtreecommitdiffstats
path: root/libraries/libwebsocketpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libwebsocketpp/README')
-rw-r--r--libraries/libwebsocketpp/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/libwebsocketpp/README b/libraries/libwebsocketpp/README
index 1690b1cb86..44fa644199 100644
--- a/libraries/libwebsocketpp/README
+++ b/libraries/libwebsocketpp/README
@@ -1,3 +1,5 @@
-WebSocket++ is a full featured C++/Boost ASIO implementation of RFC6455, the
-WebSocket protocol which can be used to build applications that feature
-WebSocket client and server functionality.
+WebSocket++ is a header only C++ library that implements RFC6455
+The WebSocket Protocol. It allows integrating WebSocket client and
+server functionality into C++ programs. It uses interchangeable
+network transport modules including one based on C++ iostreams and
+one based on Boost Asio.