lazyasa / sails-chatroom

A real-time chat room application created with Sails.js and Angular.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sails-chatroom

A real-time chat room application created with Sails.js and Angular.js.

Installation

Ensure that sails and bower are installed:

sudo npm -g install sails bower

Clone this repo:

git clone https://github.com/WayneSan/sails-chatroom.git

Run npm and bower to install all dependencies:

cd sails-chatroom
npm install && bower install

Lift the server:

sails lift

or

npm start

And then visit (http://localhost:1337/) to show this application.

License

MIT License Copyright © 2014 Wayne San

About

A real-time chat room application created with Sails.js and Angular.js.