diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-24 00:22:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-24 00:22:54 +0700 |
commit | 3d95b52e6fe5de688f54f74173645b87fd889696 (patch) | |
tree | bfde63af8dcc677532636affaed5fd96de7e2958 /libraries/libwebsocketpp/README | |
parent | c638929834ccd79ea4225706ac54ec00d5feb044 (diff) | |
download | slackbuilds-3d95b52e6fe5de688f54f74173645b87fd889696.tar.gz |
libraries/libwebsocketpp: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libwebsocketpp/README')
-rw-r--r-- | libraries/libwebsocketpp/README | 8 |
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. |