diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-01-30 07:33:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:08 +0700 |
commit | f9bbfb1262ad68fc0f266725c400122e6f1ef377 (patch) | |
tree | 07a8879dce17b13d0d02dbfc204d855225fc3c49 /python/python-autobahn/README | |
parent | 7a3fc8656e26ad2ac23fb3957a51effb9b7442fe (diff) |
python/python-autobahn: Added (Websocket and WAMP for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-autobahn/README')
-rw-r--r-- | python/python-autobahn/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-autobahn/README b/python/python-autobahn/README new file mode 100644 index 0000000000000..385ab1dc96c73 --- /dev/null +++ b/python/python-autobahn/README @@ -0,0 +1,5 @@ +Autobahn|Python is a subproject of Autobahn and provides open-source +implementations of the WebSocket Protocol and the Web Application +Messaging Protocol (WAMP) for Python. WebSocket allows bidirectional +real-time messaging on the Web and beyond, while WAMP adds real-time +application communication on top of WebSocket. |