/video-chat-roulette

Video chat roulette based on react, node.js, peer connection and webSeockets

Primary LanguageJavaScriptMIT LicenseMIT

Websocket and P2P based videochat roulette built with react.js, node.js, socket.io and simple-peer

Installation instruction

  1. Install.
npm install
  1. Build static.
npm run build
  1. Run server.
npm start
  1. Open new clients on localhost:3000.