sockjs vs socket.io

发布时间:2015-02-03 09:51:48 § 742 § 0

I wrote Tornadio (and Tornadio2) - socket.io server implementations for python. I also wrote sockjs-tornado - sockjs server implementation for python. So I have knowledge of both projects.  Long story short..  I'll try to provide some information why SockJS is better choice:  1. It is actively maintained. By "actively" I mean that all tickets are getting reviewed in matter of a day-two and you get meaningful response.  2. SockJS enforces certain behavior patterns for all server implementati

Tags: websocket, nodejs

阅读全文...

如何查看你电脑偷偷连接了什么

发布时间:2014-01-03 13:18:10 § 1102 § 0

你的Internet连接变得比应有的慢了么?这可能是因为有一些恶意、间谍或广告软件在你不知情的情况下使用了你的Internet连接。下面是查看背后到底发生了什么的方法。 akumath的秘密的松鼠

Tags: None

阅读全文...

Python编程中常用的12种基础知识总结

发布时间:2013-09-24 17:52:13 § 1290 § 0

    python编程中常用的12种基础知识总结:正则表达式替换,遍历目录方法,列表按列排序、去重,字典排序,字典、列表、字符串互转,时间对象操作,命令行参数解析(getopt),print 格式化输出,进制转换,Python调用系统命令或者脚本,Python 读写文件。1、正则表达式替换目标: 将字符串line中的 over

Tags: None

阅读全文...