arjanfrans / realtime-multiplayer-in-html5

:computer::earth_africa::computer: Realtime multiplayer game in the browser.
MIT License
22 stars 10 forks source link

Realtime multiplayer in the browser

This is a fork of realtime-multiplayer-in-html5, the source code that is referenced to in this article.

The code is heavily refactored to separate concerns and make it easier to add functionality.

New functionality compared to the original:

Changes compared to the original:

View the demo of the client here. You must start a server yourself and connect to it!

Usage

NOTE: Requires Node version 6 or higher.

Run the server (will run on http://localhost:4004):

npm start

Run the client (will run on http://localhost:8080):

npm run client

Resources