aboutsummaryrefslogtreecommitdiff
path: root/python/python-autobahn/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2017-01-30 07:33:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 04:33:08 +0700
commitf9bbfb1262ad68fc0f266725c400122e6f1ef377 (patch)
tree07a8879dce17b13d0d02dbfc204d855225fc3c49 /python/python-autobahn/README
parent7a3fc8656e26ad2ac23fb3957a51effb9b7442fe (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/README5
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.