문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top