/gams-server

[PUT] just a hub for multiplayer gams

Primary LanguageJavaScript

G A M S

Build Status

Create your profile and play games with your friends.

Repository Branch Url
stage stage https://gams-stage.herokuapp.com
production master https://gams-prod.herokuapp.com

Getting started

You can just use

npm start

That will start the server on default port (4044), or alternatively you can execute

node app.js -p <port_number>

to set your custom port.

Development

Development is split into two main branches.

master

Contains stable, reliable and tested version. Also for production build. Merge stage -> master

stage

Merge feature_branches -> stage

Deployment

Push to stage for staging build. Push to master for production build.

Authors

License

This project is licensed under the MIT License.