Skip to content

Video & Text chat using WebRTC & Sockets

Notifications You must be signed in to change notification settings

AwolDes/react-webrtc-sockets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • CSS 14.1%
  • HTML 8.3%