aboutsummaryrefslogtreecommitdiff
path: root/python/python2-autobahn/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-14 21:34:34 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:39:59 +0700
commit3e1d960c41238a7d5128f9f16e944cebd42b5423 (patch)
tree4b0b0fdfc17663f9e00199f42914e1b2bdd9433a /python/python2-autobahn/README
parent5e91b9de385e3e4ac59d51729615a95752096ce1 (diff)
python/python-autobahn: Renamed python2-autobahn.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-autobahn/README')
-rw-r--r--python/python2-autobahn/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-autobahn/README b/python/python2-autobahn/README
new file mode 100644
index 0000000000..385ab1dc96
--- /dev/null
+++ b/python/python2-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.