- 1:1 communication (peer to peer)
- React with Typescript
- Docker
# server use 8000 port
# client use 3000 port
# You can connect to http://localhost:3000
docker-compose up -d
You need to install Node.js
cd server
yarn dev
cd client
yarn start
To see a live demonstration of this application, follow these steps:
- Open two browser tabs.
- In each tab, access
http://localhost:3000
.
This will allow you to test the 1:1 communication feature in the application.