- 1:1 communication (peer to peer)
- React with Typescript
- Docker
# server use 8080 port
# web use 8085 port
# You can connect to http://localhost:8085
docker-compose up -d
You need to install Node.js
cd Typescript-ReactJS-WebRTC-1-1-P2P
npm install
node index.js
cd web
npm install
npm start
- 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