Skip to content
 
 

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC with React and Socket.io

This is a simple 1-to-1 video chat room example that uses react with WebRTC for video and audio & Sockets for a text chat. This is based off work in this repo: https://github.com/diegogurgel/react-webrtc

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 or .env.local

Put your turn account on the .env file

The folders

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

Install the dependencies

yarn i

Start the application

yarn run start:local

About

Video & Text chat using WebRTC & Sockets

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages