BrowserQuest
BrowserQuest is a free massively multiplayer online role-playing game created by French developer Little Workshop and the Mozilla Foundation.
Technology
BrowserQuest is a demonstration of a number of modern web technologies. It is written for the web platform, utilizing WebSockets for multiplayer networking, and is playable from modern web browsers. The client makes use of canvas elements to render the graphics, web workers to initialize the map without affecting the rest of the page, localStorage to save progress, media queries to dynamically resize the game to the device, and HTML audio to render the sound. The server is written in JavaScript, and runs in Node.js. The server and browser communicate using WebSockets.Both BrowserQuest's client and server source code are available on GitHub. Its code is licensed under MPL 2.0. Content is licensed under CC BY-SA 3.0.