Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 463 Bytes

Chrome-Chatting-Extension

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

use npm

  1. enter the folder you want to run
  2. npm install
  3. npm bin/www , then the server will run on port 3000

use PM2

  1. enter the folder you want to run
  2. npm install pm2 -g
  3. pm2 start ./bin/www