nodejs-chat-complete
nodejs-chat-complete copied to clipboard
completed code
nodejs-chat-complete
This is the completed code for a Hackers @ Berkeley node.js workshop.
Requirements
- Node.js
- MongoDB
Usage
- Download dependencies by using
npm install - Run MongoDB:
mongod - Run
node server.js(while MongoDB is also running)