Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 664 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 664 Bytes

React-WebRTC

Call video or audio 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.

Development

# Running server
cd server && yarn watch

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

Deployment

Deploy

Front-end Technologies:

  • ReactJS
  • WebRTC
  • Styled-Component
  • Tools: Webpack2

Back-end Technologies:

  • NodeJS
  • Express
  • Socket.IO