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 install
to install dependencies - Start Sails with
sails lift
- go to
http://localhost:1337
with your browser
example:
git clone git@github.com:hellowin/sails101-websocket-chat-application.git
cd sails101-websocket-chat-application
npm install
sails lift
MIT