mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d14e671335
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
15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
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
|