[nodejs] MMO game node balancing multi servers

2012-07-04 Thread hd nguyen
Hi all, I'm building a MMO (Massive Multiplayer Online) game with nodejs built in server side, but now I'm getting stuck in how to make load balancing for nodejs between multiple servers. The game is using web socket to communicate with server. Example we have 2 servers that host GAME1, server1

Re: [nodejs] MMO game node balancing multi servers

2012-07-04 Thread Arunoda Susiripala
I don't think nginx supports websockets transport. You can use node http proxy. Not sure about the performance. On Thursday, July 5, 2012, hd nguyen nguyenhd2...@gmail.com wrote: Sorry NGINX :| On Thu, Jul 5, 2012 at 11:51 AM, hd nguyen nguyenhd2...@gmail.com wrote: Hi all, I'm building a