Question

Is there a python implementation of websocket server over asyncore which supports all versions of Hixie and HyBi?

I have looked at results from Google like https://gist.github.com/719381, http://ldalab.ru/primer/websocket/websocket.py. They appear to support Hixie but not HyBi and its later versions.

Était-ce utile?

La solution

There are a few websocket server implementations (http://autobahn.ws/, https://github.com/MostAwesomeDude/txWS) based on Twisted, an alternate asynchronous I/O and event-driven programming library for Python.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top