Hi,

I am happy to announce the release of AutobahnPython 0.7.0

https://github.com/tavendo/AutobahnPython
https://pypi.python.org/pypi/autobahn

This release now fully supports (with all Autobahn features) both Twisted (on Python 2/3) and asyncio (on Python 3.3+).

Here is an example that shows how to do WebSocket on both:

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

Asyncio:
https://github.com/tavendo/AutobahnPython/tree/master/examples/asyncio/websocket/echo

The application code is very similar or even identical.

Cheers,
/Tobias

PS:
Would it be possible to add Autobahn to the Wiki?

https://github.com/tavendo/AutobahnPython
=>
http://code.google.com/p/tulip/wiki/ThirdParty

Reply via email to