简体   繁体   中英

Is there a python implementation of websocket server over asyncore

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.

有几个的WebSocket服务器实现( http://autobahn.ws/https://github.com/MostAwesomeDude/txWS )的基础上扭曲 ,用于Python备用异步I / O和事件驱动编程库。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM