This is a chat application written in Node.js, with socket.io and expressjs. It follows Sachin Bhatnagar's All about Node.js course on Udemy.
To install and run locally ...
$ git clone https://github.com/skylerto/chat-cat.git
$ cd chat-cat/
$ npm install
$ node app.js
"express": "4.2.0",
"hogan-express": "0.5.2",
"cookie-parser": "1.1.0",
"express-session": "1.2.0",
"connect-mongo": "0.4.1",
"mongoose": "3.8.10",
"passport": "0.2.0",
"passport-facebook": "1.0.3",
"socket.io": "0.9.17"
MIT Copyright (c) 2015 Skyler Layne