Lessons learned building a multiplayer game in NodeJS and WebGL
http://codeofrob.com/entries/lessons-learned-building-a-multiplayer-game-in-nodejs-and-webgl.html
I’ve uploaded Hoverbattles to its own server on EC2, and it has been running fine with an uptime of over 96 hours so far, and this is great!
http://hoverbattles.com
I’ve wanted to share a few of the mistakes/lessons learned writing and deploying a multiplayer game built entirely with JavaScript on top of NodeJS and WebGL for a while and this represents an opportune moment to do so.
I’ve gone with a brain-dump of various related learnings, as well as a couple of periphery items - first off, we’ll go with the reason I couldn’t keep Hoverbattles up on the old server.