aboutsummaryrefslogtreecommitdiff
path: root/python/python3-autobahn/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-03 13:55:18 +0100
committerAndrew Clemons <andrew.clemons@gmail.com>2022-03-05 00:21:35 +1300
commit58bca51a701320df05cf1526d1dcd63a5a5f702f (patch)
treeb6ae52b838c627a8cc260fae249a6de8f759c648 /python/python3-autobahn/README
parent8c40ac5ac582f916bf5b0df498dd43de3eb89b45 (diff)
python/python3-autobahn: cloned from python2-autobahn for python3, updated for version 22.2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-autobahn/README')
-rw-r--r--python/python3-autobahn/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-autobahn/README b/python/python3-autobahn/README
new file mode 100644
index 0000000000..385ab1dc96
--- /dev/null
+++ b/python/python3-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.