Skip to content

bad-logic/p2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

P2P COMMUNICATION

  • App1 and App2 uses p2p communication to communicate with each other.
  • Peerjs server helps establishing connections between these apps.
How to run applications ?

Backend

$ cd p2pserver
$ docker-compose up

Frontend

$ cd frontend
$ pnpm run dev

Peerjs-server
peerjs
learn more