ravi-kumar-yadav / chat-cat

A chat application written in Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Cat

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.

Install

To install and run locally ...

$ git clone https://github.com/skylerto/chat-cat.git
$ cd chat-cat/
$ npm install
$ node app.js

Dependencies

  "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"

License

MIT Copyright (c) 2015 Skyler Layne

About

A chat application written in Node.js.


Languages

Language:JavaScript 42.7%Language:CSS 30.8%Language:HTML 26.5%