deb-python-autobahn/docs/reference/autobahn.rawsocket.rst
Tobias Oberstein aad3bf4185 polish docs
2017-03-26 14:13:05 +02:00

531 B

Module autobahn.rawsocket

WAMP-RawSocket is an alternative WAMP transport that has less overhead compared to WebSocket, and is vastly simpler to implement. It can run over any stream based underlying transport, such as TCP or Unix domain socket. However, it does NOT run into the browser.

RawSocket Utilities

RawSocket utilities that do not depend on the specific networking framework being used (Twisted or asyncio).

autobahn.rawsocket.util