Is there a game server framework for Node.js? I was using nowjs, but I’d like something more geared toward games. While I’d prefer free/open source, i’m willing to look into commercial also. The only requirement I have is that it has to be node.js based.
Share
Maple.js is a solid starting point for a multiplayer node based game.
The ground architecture has been done and you can check out any other games by Ivo Wetzel to get some inspiration.