Skip to content

yitongding/Chrome-Chatting-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chrome Chatting Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published