To show how to build chat applications with nodejs, sailsjs and websockets A simple chat application
Required steps
-
Install Nodejs, Sailsjs and NPM
-
Clone this repository
-
Go to the root directory of the reposity and run the command "npm install"
-
Run the command "sails lift"
-
Go to "http://localhost:1337"