/multiplayerServerExample

Example socket.io server that you can run to create a simple multiplayer tag game!

Primary LanguageJavaScriptMIT LicenseMIT

Multiplayer Tag Socket.io Server

Example socket.io server that you can run to create a simple multiplayer tag game! The code is intended to be used with the hyperPad Socket.io example project.

Prerequisites

Make sure that you have npm and node.js installed.

Getting Started

Run npm install to install the packages

Then run node . to start the server!

Point your socket.io client to the server eg http://localhost:3000 and you will see that a user connected in the console!

Deploying to Heroku

heroku create
git push heroku master
heroku open

or

Deploy