Skip to content

hellowin/sails101-websocket-chat-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • CSS 0.8%