Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 654 Bytes

File metadata and controls

26 lines (19 loc) · 654 Bytes

Websocket - Chat Application Example

This is simple chat application example about how to using websocket with Sails.js.


Getting Started

  1. Make sure you have installed NodeJS with NPM (Node Package Manager) and Sails.js
  2. Clone this repo
  3. Do npm install to install dependencies
  4. Start Sails with sails lift
  5. 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

License

MIT