Skip to content Skip to sidebar Skip to footer
Showing posts with the label Websocket

Browser Html5 Real-time Game. Broadcast Game State Options

I'm making real time game for facebook. Now I broadcast state using websockets. But for real-ti… Read more Browser Html5 Real-time Game. Broadcast Game State Options

Websocket Versions And Backwards Compatibility

I've been experimenting with WebSockets for the past couple of days and I'm having some mix… Read more Websocket Versions And Backwards Compatibility

Web Sockets Server Side Processing Model

To implement a server supporting clients using web sockets, do servers keep an open HTTP connection… Read more Web Sockets Server Side Processing Model

Websockets And Binary Data

As far as i know websockets support binary data transfer. Binary support bug is fixed. So, are ther… Read more Websockets And Binary Data

(java) Listen To Websocket Messages With Htmlunit

I am trying to listen to websocket messages on a particular page. It seems like HtmlUnit has suppo… Read more (java) Listen To Websocket Messages With Htmlunit

Allow Only Specific/official Html5 Web Apps To Connect To A Websocket Host

is it possible to ensure, that establishing a web socket connection (via socket.io) is only possibl… Read more Allow Only Specific/official Html5 Web Apps To Connect To A Websocket Host

Implementing Handshake For Hybi-17

I'm trying to develop the handshake for websocket hybi-17 protocol (https://datatracker.ietf.or… Read more Implementing Handshake For Hybi-17

Php Websocket On Webserver

A few days ago I setup this WebSocket server from http://code.google.com/p/phpwebsocket/ It works e… Read more Php Websocket On Webserver