Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.06 KB

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