diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2012-12-29 20:48:56 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-29 22:25:37 -0500 |
commit | 4a288ee28602bcd7649d25c8f062b920b4435294 (patch) | |
tree | 9d37153118d1079b3f0d39b7bc0774e4ff58cebd /libraries/libwebsocketpp/README | |
parent | 6494a406389cfab77d10300ee69c53d09fb0ab7d (diff) | |
download | slackbuilds-4a288ee28602bcd7649d25c8f062b920b4435294.tar.gz |
libraries/libwebsocketpp: (C++/Boost ASIO implementation of RFC6455)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libwebsocketpp/README')
-rw-r--r-- | libraries/libwebsocketpp/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libwebsocketpp/README b/libraries/libwebsocketpp/README new file mode 100644 index 0000000000..1690b1cb86 --- /dev/null +++ b/libraries/libwebsocketpp/README @@ -0,0 +1,3 @@ +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. |