/dices-server

Real time dice rolling using socket.io and express

Primary LanguageJavaScript

Dices

It will be a real time dices rolling room.


Requirements

You will need Node.js and npm which is installed with npm. You can use ngrock to expose your local server to the internet and allow friends to connect.

Install

$ git clone https://github.com/liposo/dices-server
$ cd dices-server
$ npm install

Running the project

$ npm start