Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 302 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 302 Bytes

nodejs-chat-complete

This is the completed code for a Hackers @ Berkeley node.js workshop.

Requirements

  • Node.js
  • MongoDB

Usage

  1. Download dependencies by using npm install
  2. Run MongoDB: mongod
  3. Run node server.js (while MongoDB is also running)