Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 325 Bytes

To show how to build chat applications with nodejs, sailsjs and websockets A simple chat application

Required steps

  1. Install Nodejs, Sailsjs and NPM

  2. Clone this repository

  3. Go to the root directory of the reposity and run the command "npm install"

  4. Run the command "sails lift"

  5. Go to "http://localhost:1337"