Home

Awesome

Sails.js real time talk demo

use Angular.js as front end framework, Sails.js as backend framework, as a backend, just response JSON API. Whatever when you deep into Sails.js, thing will be changed easy.

it is a chatroom, tiny example, how cool Sails.js is.

Requirement

###Quick install

git clone https://github.com/clonn/sails-talk-demo.git
cd sails-talk-demo
npm i
node app.js

###Execute

open broswer (maybe Chrome can get better experience...i am NOT sure.).

http://localhost:1337

###License

MIT, also made in Taiwan.