[Twisted-Python] Twisted Endpoints and WebSocket / Autobahn

Tobias Oberstein tobias.oberstein at tavendo.de
Mon Dec 30 13:34:41 MST 2013


Hi,

I've made Autobahn fully Endpoint aware.

You can run WebSocket over any stream-based endpoint

https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/websocket/echo_endpoints

and you can run any stream-based endpoint over WebSocket (which in turn runs over any stream-based underlying endpoint):

https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/websocket/wrapping

Endpoints are cool!

Cheers,
/Tobias

PS: Above is in the repo, but not yet released. The upcoming Autobahn 0.7.0 release will have it - as well as more, big advances.



More information about the Twisted-Python mailing list