Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 586 Bytes

P2P React


Live Demo can be found here

A video chat app using NodeJS/Express, ReactJS, Socket.IO, and PeerJS to wrap the WebRTC API.

P2P React Screenshot

Features include the ability to create a room and join a room with peers. In a room, users can change their username, mute their streams, toggle their video stream on/off, screenshare and text chat with peers.

To-Do:

  • Private Rooms