diff options
Diffstat (limited to 'www/py-autobahn/pkg-descr')
-rw-r--r-- | www/py-autobahn/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/py-autobahn/pkg-descr b/www/py-autobahn/pkg-descr new file mode 100644 index 000000000000..24e8054f424e --- /dev/null +++ b/www/py-autobahn/pkg-descr @@ -0,0 +1,14 @@ +Autobahn|Python is a networking library that is part of the Autobahn +project and provides implementations of: + + * The WebSocket Protocol + * The Web Application Messaging Protocol (WAMP) + +for Twisted and asyncio, on Python 2 & 3 and for writing servers and +clients. + +WebSocket allows bidirectional real-time messaging on the Web and WAMP +adds asynchronous Remote Procedure Calls and Publish & Subscribe on top +of WebSocket. + +WWW: http://autobahn.ws/python |