SockJS 是一个浏览器上运行的 JavaScript 库,如果浏览器不支持 WebSocket,该库可以模拟对 WebSocket 的支持,实现浏览器和 Web 服务器之间低延迟、全双工、跨域的通讯通道。
SockJS family:
SockJS-client [1] JavaScript client library
SockJS-node [2] Node.js server
SockJS-erlang [3] Erlang server
SockJS-tornado [4] Python/Tornado server
SockJS-twisted [5] Python/Twisted server
vert.x [6] Java/vert.x server
Work in progress:
SockJS-ruby [7]
SockJS-netty [8]
SockJS-gevent (SockJS-gevent fork) [9]
pyramid-SockJS [10]
wildcloud-websockets [11]
SockJS-cyclone [12]
wai-SockJS [13]
SockJS-perl [14]
SockJS-go [15]
https://github.com/sockjs/sockjs-client ↩
https://github.com/sockjs/sockjs-node ↩
https://github.com/sockjs/sockjs-erlang ↩
https://github.com/MrJoes/sockjs-tornado ↩
https://github.com/DesertBus/sockjs-twisted/ ↩
https://github.com/vert-x/vert.x ↩
https://github.com/nyarly/sockjs-ruby ↩
https://github.com/cgbystrom/sockjs-netty ↩
https://github.com/njoyce/sockjs-gevent ↩
https://github.com/fafhrd91/pyramid_sockjs ↩
https://github.com/wildcloud/wildcloud-websockets ↩
https://github.com/flaviogrossi/sockjs-cyclone ↩
https://github.com/Palmik/wai-sockjs ↩
https://github.com/vti/sockjs-perl ↩
https://github.com/igm/sockjs-go/ ↩