Typescript-ReactJS-WebRTC-1-1-P2P icon indicating copy to clipboard operation
Typescript-ReactJS-WebRTC-1-1-P2P copied to clipboard

1:1 P2P WebRTC with ReactJS, Typescript, Node.js

Typescript-ReactJS-WebRTC-1-1-P2P

Features

  • 1:1 communication (peer to peer)
  • React with Typescript
  • Docker

How to start

1. Docker version

# server use 8080 port
# web use 8085 port
# You can connect to http://localhost:8085
docker-compose up -d

2. Non-Docker version(Node.js and React.js)

You need to install Node.js

cd Typescript-ReactJS-WebRTC-1-1-P2P
npm install
node index.js
cd web
npm install
npm start

More Details are in my blog...

Next Upload is...

  • 1:N communication (peer to peer) https://github.com/Seung3837/Typescript-ReactJS-WebRTC-1-N-P2P
  • 1:N communication (SFU Server as a MediaServer) https://github.com/Seung3837/Typescript-ReactJS-WebRTC-1-N-SFU