Mercurial > eldonilo > lightstring
annotate README @ 11:efe98c3634e4
add kaazing to the list of related project
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Sun, 15 Jan 2012 02:35:30 +0100 |
parents | 9c9e19a3829d |
children | 521962f10743 |
rev | line source |
---|---|
5 | 1 Known support |
2 Browser: | |
3 See: http://caniuse.com/#search=websocket | |
9 | 4 For non websocket-aware browsers you can use |
5 https://github.com/gimite/web-socket-js/ | |
5 | 6 Server: |
7 node-xmpp-bosh | |
8 | |
9 References | |
10 XMPP: | |
9 | 11 http://xmpp.org/rfcs/rfc6120.html |
12 http://xmpp.org/rfcs/rfc6121.html | |
13 http://xmpp.org/rfcs/rfc6122.html | |
5 | 14 http://xmpp.org/xmpp-protocols/xmpp-extensions/ |
15 WebSocket: | |
16 http://dev.w3.org/html5/websockets/ | |
17 XMPP over WebSocket: | |
18 https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 | |
19 http://blog.superfeedr.com/xmpp-over-websockets/ | |
20 | |
21 Similar/related software | |
22 Server-side: | |
9 | 23 https://code.google.com/p/node-xmpp-bosh/ |
24 https://github.com/superfeedr/ejabberd-websockets | |
25 https://code.google.com/p/prosody-modules/wiki/mod_websocket | |
11
efe98c3634e4
add kaazing to the list of related project
Sonny Piers <sonny.piers@gmail.com>
parents:
10
diff
changeset
|
26 http://kaazing.com/products/xmpp-edition |
5 | 27 Client-side: |
9 | 28 https://github.com/superfeedr/strophejs/tree/protocol-ed |