deb-python-autobahn/docs/reference/autobahn.rawsocket.rst
Tobias Oberstein 73ad4cf300 wip
2017-03-19 18:29:42 +01:00

615 B

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.

autobahn.rawsocket

autobahn.rawsocket.util

WAMP-RawSocket helpers. These do not depend on the specific networking framework being used (Twisted or asyncio).

autobahn.rawsocket.util