Skip to content

skylerto/chat-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published