diff options
author | koobs <koobs@FreeBSD.org> | 2015-02-14 16:45:16 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-02-14 16:45:16 +0800 |
commit | 41a932e5df3ab3c474626ae8e7a7d9a80c668498 (patch) | |
tree | 36e721fd693b19c2ff9ad28ac8414482d2a65282 /www/Makefile | |
parent | f0609f75ea87485eb36dc1ecb946be7958dbf854 (diff) | |
download | freebsd-ports-gnome-41a932e5df3ab3c474626ae8e7a7d9a80c668498.tar.gz freebsd-ports-gnome-41a932e5df3ab3c474626ae8e7a7d9a80c668498.tar.zst freebsd-ports-gnome-41a932e5df3ab3c474626ae8e7a7d9a80c668498.zip |
[NEW] www/py-autobahn: WebSocket library, WAMP real-time framework
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
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e39d11cc285e..430d95ff4e06 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1460,6 +1460,7 @@ SUBDIR += py-albatross SUBDIR += py-amf SUBDIR += py-apachelog + SUBDIR += py-autbahn SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 |