You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the webRTC API, alongside React, Socket.io, Express, Peer etc we have a video chat app that communciates from browser to browser without the need of a server and simply runs itself peer 2 peer (P2P).
npm install
npm run start
About
A webRTC Video Chat App based in React with Socket.io, Express, Peer and Styled Components.