forked from NetEase/pomelo
-
Notifications
You must be signed in to change notification settings - Fork 1
Architecture overview of pomelo
xiecc edited this page Oct 24, 2012
·
13 revisions
This article is about the design and techinal choice of pomelo. Why we choose node.js, why we use this architecture, why we design that way. It is based on our experience of game development and a lot of studies on previous game server solutions.
Node.js is astonishingly suitable for game server development. In the definition of node.js, fast, scalable, realtime, network, all these features are quite suitable for game server.
Game server is a high density network application, it requires realtime, the network io advantage makes node.js and game server a perfect match. And more, :w