Page 1 of 1
Pomelo: real-time Node.js game server
Posted: Mon Mar 11, 2013 9:49 am
by Jackolantern
I thought some people may be interested in this one, and I was not sure if it was linked elsewhere here. I came across the Node.js server
Pomelo on Github (they also have a traditional website
here). It is a websocket server designed specifically for MMOs. As proof of that concept, the authors created a demo game called Lord of Pomelo, which can be played
here, and you can download the full code for the demo game on Github
here.
I would say this is the most complete HTML5/websocket based MMORPG codebase released thus far. Even if you don't plan on using their server, it would make a great example game to review if this is the type of game you are wanting to make

Re: Pomelo: real-time Node.js game server
Posted: Mon Mar 11, 2013 10:09 am
by srachit
I havent looked much into Halls node, but could you tell me how it differs from halls node?
Re: Pomelo: real-time Node.js game server
Posted: Mon Mar 11, 2013 1:44 pm
by hallsofvallhalla
Wow nice!
Halls Node is just a quick setup for Nodejs. If you are building from scratch or using impact it is an easy way to get a game up and going quickly.
I have not looked at this source so I am not sure how hard it is to place it in a custom game but I will find out!
Re: Pomelo: real-time Node.js game server
Posted: Mon Mar 11, 2013 8:28 pm
by Jackolantern
srachit wrote:I havent looked much into Halls node, but could you tell me how it differs from halls node?
Halls pretty much outlined HallsNode above. Lord of Pomelo is a full MMORPG, with chat, multiplayer character movement, mobs, a combat system, quests, maps, inventory, login/logout, etc. Of course it would be less work if this is the type of game you want to make. I am not sure, however, where you would be if you were wanting to make something radically different, like an MMORTS. It is possible you may be better off with a quickstart system like HallsNode, since you may have to tear down so much of LoP to create another genre. I am not sure, though.
Re: Pomelo: real-time Node.js game server
Posted: Tue Mar 12, 2013 1:56 am
by hallsofvallhalla
hmm can't say I am a fan of the style. Still might be a great starting place for someone.
Re: Pomelo: real-time Node.js game server
Posted: Tue Mar 12, 2013 3:48 am
by Jackolantern
Comments were also few and far between, something I have noticed is common in the node community, sadly.