Mario Gonzalez wrote in with a game his team have built using Node and WebSockets: Ogilvy & Mather Holiday Snowball Fight. It’s a multiplayer game that uses a lot of interesting libraries, like CAAT and BiSON. The developers even say they based the multiplayer design on Valve’s Source Multiplayer Networking papers.<p>>>> The game-engine, collision and logic run on the server in JavaScript running on Node.js. The clients are simply rendering information sent from the server, and sending off keyboard input.<p>Source: <a href="http://dailyjs.com/2011/01/05/node-roundup/" rel="nofollow">http://dailyjs.com/2011/01/05/node-roundup/</a>