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

Why Web Socket Behave Differently On Nodejs ?

I have a Nodejs Server.js code : first Concept : var http = require('http'); var express … Read more Why Web Socket Behave Differently On Nodejs ?

Should I Use Websockets Or Webrtc For 4player Game

I am currently making a html5 game with node.js and socket.io. The basics of the game are 4 people … Read more Should I Use Websockets Or Webrtc For 4player Game

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

Future Of Socket Programming And Html5 Websocket And Rest Combined

I have created simple Socket Server in PHP and Make Chat Application with that. Socket server worki… Read more Future Of Socket Programming And Html5 Websocket And Rest Combined

Reliable Websocket Connection State Detection

I've been looking around to implement a reliable WebSocket connection recovery mechanism. After… Read more Reliable Websocket Connection State Detection

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

Should I Use Websockets Or WebRTC For 4player Game

I am currently making a html5 game with node.js and socket.io. The basics of the game are 4 people … Read more Should I Use Websockets Or WebRTC For 4player Game