From f9bbfb1262ad68fc0f266725c400122e6f1ef377 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 30 Jan 2017 07:33:07 +0700 Subject: python/python-autobahn: Added (Websocket and WAMP for Python). Signed-off-by: Willy Sudiarto Raharjo --- python/python-autobahn/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python-autobahn/README (limited to 'python/python-autobahn/README') 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. -- cgit v1.2.3