2016
2014
2013
HoaWebsocket est finalisée — Hoa blog
by dzc & 1 otherAutobahn - client and server implementation WebSocket WAMP
by dzc & 1 other (via)WebSocket in Android WebView - Stack Overflow
by nicmaesockjs/sockjs-client · GitHub
by nicmae (via)pusher/pusher-phonegap-android · GitHub
by nicmae (via)2012
Faye: Simple pub/sub messaging for the web
by Xavier Lacot2011
Examples | Pusher
by oseresBlog Stéphane Bortzmeyer: RFC 6455: The WebSocket protocol
by oseresSocket.IO: the cross-browser WebSocket for realtime apps.
by Spone2010
Revue de Presse Xebia | Blog Xebia France
by night.kame, 3 commentsPour rappel, WebSocket est un nouveau protocole, standardisé par IETF et inclus dans HTML5.
Sauf que la version WebSockets de l'IETF n'est pas exactement la même que celle de HTML5. D'ailleurs quel HTML5 ? Celui du W3C ou celui de la WHAT Task Force ?
Sécurité : Mozilla et Opera coupent le support de WebSocket - PC INpact
by srcmaxFriday’s Trick #2: Websocket/Comet survival guide to Proxy, Firewall and Network Outage « 6312
by night.kameYou can loose server side events under the following conditions:
- long-polling: between reconnection, servers side events may happens and if they aren’t persisted, those events will never reach your client.
- websocket: Websocket are new and most if not all firewall will close them after some X idle times. Again, all server sides events will be lost
- http-streaming: Some proxy really don’t like the http-streaming technique, and will close it right away. Again, possibility to loose server sides events.
- Unexpected network outage: the connection can also be closed by something between your browser and server.
Je pense qu'il ment pour WebSockets, Hixie n'aurait pas pu laisser passer une telle déficience, il est infaillible et tellement pragmatique.