sockjs vs socket.io

发布时间:2015-02-03 09:51:48 § 743 § 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

阅读全文...