dianewudw / ReactRTC

NPM package that simplifies set-up of WebRTC as importable React components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactRTC

ReactRTC is a JS library that brings the real-time communication capabilities of WebRTC into React applications.

ReactRTC simplifies the implementation of WebRTC by providing developers with a customizable react component and signalling server module for the back-end.

Features

  • Live video & audio streaming capabilities.
  • GUI interface providing key user functionality.
  • Signalling server module utilizing websockets.
  • Multi-user support through the implementation of server side rooms.

Installing


npm install reactrtc-real

Authors

  • Michael Romero
  • Joseph Wolensky
  • Diane Wu
  • Edwin Lin

Licenses

This project is licensed under the MIT License - see the LICENSE file for details

About

NPM package that simplifies set-up of WebRTC as importable React components