From 41a932e5df3ab3c474626ae8e7a7d9a80c668498 Mon Sep 17 00:00:00 2001 From: koobs Date: Sat, 14 Feb 2015 08:45:16 +0000 Subject: [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 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') 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 -- cgit