Skip to content

multi-party peer to peer streaming with webRTC. Video chat, text chat and local audio/video file streaming among peers.

License

Notifications You must be signed in to change notification settings

samya-ak/sync-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This is an example of how you may set up this project locally. To get a local copy up and running, follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/samya-ak/sync-it.git
  2. Install server NPM packages
    npm install
  3. Start express dev server
    npm run mon
  4. Install client NPM packages
    cd client
    npm install
  5. Start React dev server
    npm run start

About

multi-party peer to peer streaming with webRTC. Video chat, text chat and local audio/video file streaming among peers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published