/sails101-websocket-chat-example

Simple chat application example about how to using websocket with Sails.js.

Primary LanguageJavaScriptMIT LicenseMIT

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