view 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
line wrap: on
line source

Known support
  Browser:
    See: http://caniuse.com/#search=websocket
    For non websocket-aware browsers you can use 
    https://github.com/gimite/web-socket-js/
  Server:
    node-xmpp-bosh

References
  XMPP:
    http://xmpp.org/rfcs/rfc6120.html
    http://xmpp.org/rfcs/rfc6121.html
    http://xmpp.org/rfcs/rfc6122.html
    http://xmpp.org/xmpp-protocols/xmpp-extensions/
  WebSocket:
    http://dev.w3.org/html5/websockets/
  XMPP over WebSocket:
    https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00
    http://blog.superfeedr.com/xmpp-over-websockets/

Similar/related software
  Server-side:
    https://code.google.com/p/node-xmpp-bosh/
    https://github.com/superfeedr/ejabberd-websockets
    https://code.google.com/p/prosody-modules/wiki/mod_websocket
    http://kaazing.com/products/xmpp-edition
  Client-side:
    https://github.com/superfeedr/strophejs/tree/protocol-ed