Skip to content

hsit18/peer-meeting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC with react

This is a simple 1-to-1 video chat room example using react with webRTC and share screen API.

Running locally

To run this application you need to create a TURN account. You can create one using this service http://numb.viagenie.ca/cgi-bin/numbacct

Change the .env.example to .env

Put your turn account on the .env file

The folders

Front-end files are inside /src folder and the server as server.js

Install the dependencies

npm install

Start the application

in one of the terminal start server

node server.js

in another terminal start client

npm run start:client

Releases

No releases published

Packages

No packages published