summaryrefslogtreecommitdiffstats
path: root/python/python-autobahn/README
diff options
context:
space:
mode:
author David Spencer2017-01-30 01:33:07 +0100
committer Willy Sudiarto Raharjo2017-02-02 22:33:08 +0100
commitf9bbfb1262ad68fc0f266725c400122e6f1ef377 (patch)
tree07a8879dce17b13d0d02dbfc204d855225fc3c49 /python/python-autobahn/README
parent7a3fc8656e26ad2ac23fb3957a51effb9b7442fe (diff)
downloadslackbuilds-f9bbfb1262ad68fc0f266725c400122e6f1ef377.tar.gz
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 0000000000..385ab1dc96
--- /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.