Skip to content

manojsinghnegiwd/open-p2p-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open P2P application

Open P2P application is a complete application built with the purpose of providing a readymade P2P Audio/Video call application.

Frontend

  • ReactJS is used for building the UI of the application.
  • PeerJS is used for handling P2P communication.

Backend

  • PeerJS-server is used for handling P2P communication in the backend.

Starting the dev server

  • yarn setup
  • yarn start-dev-server

Roadmap

  • Setting up the frontend with default PeerJS server.
  • Ability to handle one to one calls
  • Ability to create rooms
  • Ability to turn off video/mic
  • Fix room layout
  • Ability to handle room calls ( many to many )
  • Screen Sharing

How to contribute