python的websocket实现Tornado

1、使用flask的扩展:

pip install flask-socketio

2、Tornado提供较好的ws(websocket)支持

参考:1、http://www.jianshu.com/p/6e890428744c

2、https://www.v2ex.com/t/376121

3、http://blog.csdn.net/u013793383/article/details/72819485

4、http://blog.csdn.net/u012062760/article/details/53993306

5、http://blog.csdn.net/u013793383/article/details/72848252

6、http://www.tornadoweb.org/en/stable/index.html

原文地址:https://www.cnblogs.com/shengulong/p/8073643.html