Skip to content

millo-L/Typescript-ReactJS-WebRTC-1-1-P2P

Repository files navigation

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...