This is simple chat application example about how to using websocket with Sails.js.
- Make sure you have installed NodeJS with NPM (Node Package Manager) and Sails.js
- Clone this repo
- Do
npm installto install dependencies - Start Sails with
sails lift - go to
http://localhost:1337with your browser
example:
git clone [email protected]:hellowin/sails101-websocket-chat-application.git
cd sails101-websocket-chat-application
npm install
sails liftMIT