Tagged Questions
1
vote
1answer
156 views
How to develop a real-time game server for html5 web app?
I'm contemplating a graduate project proposal of developing a rather complex HTML5 game that requires real-time server communication. The premise of the actual game play is simple: 10 players battle ...
1
vote
1answer
297 views
Architectural advice - websockets javascript/php integration
Myself and a friend have started making a game, he's likely to be using impact.js for the user interaction etc, but we need multiplayer functionality so some form of websockets for TCP connections ...
11
votes
2answers
10k views
Multiplayer HTML5, Node.js, Socket.IO
I trying create simple Multi-player with HTML5 Canvas, JavaScript(too using John Resig simple Inheritance library) and Node.js with Socket.IO.
My client code:
var canvas = ...
2
votes
4answers
1k views
Serverside libs/examples for html5 WebSocket in .net?
Hey guys, I wanted to know what libraries or examples exist for WebSockets in .NET