This is a chrome extension allowed people viewing the same webpage to chat with each other.
##About the folders ###Back-ends
- "chatNg": Sever side code
- "chatExtension": Chrome extension code
##How to Run the Sever
- enter the folder you want to run
npm install
npm bin/www
, then the server will run on port 3000
- enter the folder you want to run
- npm install pm2 -g
- pm2 start ./bin/www