Skip to content

tonyzhao626/react-video-chat

Repository files navigation

React Video Chat

A simple video chat function app developed by React. Chheck demo app at here.

Functions

  • Video call to your friend without registering.
  • Simply send your friend your auto-generated unique ID to make the call.
  • Everytime you open a new tab, the server gives you a totally different unique ID.

Running

# Running server
cd server && yarn watch

# Running webpack-dev-server
cd client && yarn watch

Deployment

Deploy

Tech Stack

Frontend

  • React
  • Webrtc
  • SCSS
  • Tools: webpack2

Backend

  • NodeJS
  • Express
  • Socket.IO