/Chatting-IO

This is a little experiment in socket.io

Primary LanguageJavaScript

Chatting-IO

This is a little experiment in socket.io

Steps to make it work

  1. Download Nodejs on your PC and install it.

  2. Install Gulp:

$ npm install gulp-cli -g 
$ npm install gulp-D
  1. Run npm install to get all the dependencies needed.

  2. Build the project:

$ mkdir public
$ npm run-script build
  1. Build and run:

Windows:

>mkdir public
>gulp
>node main.js

Linux:

$ mkdir public
$ npm start