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

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

Web Scrape Live Chaning Data

I am pretty new to web scraping. It is pretty easy with static content, but I would like to know if… Read more Web Scrape Live Chaning Data

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

Javascript Html5 Canvas Display From Python Websocket Server

I created a websocket server that uses ZeroMQ4 to talk to a middleware. I also created a peice of J… Read more Javascript Html5 Canvas Display From Python Websocket Server

(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

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

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

Why Websocket Can Share The 80 Port With Http "after The Handshake"?

As I understand: A port designates a program on the server. When we say to share a port, it actual… Read more Why Websocket Can Share The 80 Port With Http "after The Handshake"?