Architecture for html5 multiplayer game?

Posted by Tihomir Iliev on Game Development See other posts from Game Development or by Tihomir Iliev
Published on 2012-07-08T00:09:47Z Indexed on 2012/07/08 3:22 UTC
Read the original article Hit count: 213

Filed under:
|
|

Hello I want to write a HTML5 multiplayer game in which there are rooms with two players answering a series of questions with 3 possible answers, 10sec/question, which are being downloaded from a server. It will have some ratings and so on.

I want to make it as scalable as possible. I wonder what technologies to use to accomplish that. HTML5, CSS3 and JavaScript obviously. But what about the server-side? I have been researching and found that Socket.IO + Node.js + mongoDB would do the job but after doing some more research it maybe not.

Can you suggest me some kind of architecture for doing this game? Free technologies, if possible. Or what to read and from where to start in order to understand how to do it.

Thanx in advance!

P.S. I have an experience with HTML5, CSS3, JavaScript, C#, ASP.NET MVC and relational db's.

© Game Development or respective owner

Related posts about architecture

Related posts about multiplayer