A chatroom using Socket.IO.
Make sure you have Nodejs
installed
Download the newest release at here
Install dependencies
npm install --only=production
Run the server
npm start
Visit http://localhost:3000
and you will see the welcome page
Just build you own or you can check out ukabuer/dollars
Make sure you have Nodejs
& Git
installed
Fetch all the files
git clone https://github.com/ukabuer/dollars.git
Install all dependencies
npm install
Build target js file
npm run build-win
or
npm run build-unix
Run the server
npm start
Visit http://localhost:3000
and you will see the welcome page