sevketpolan / together

Peer-to-Peer Room based online video meeting web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Together

Together is a online video meeting web application. It uses WebRTC for video/audio streaming and Socket.IO for signaling. It create and manges multiple WebRTC connections according to room you join and streams the media.

Homepage

Meeting Room

Capabilities

  • Real-time multiple Video/Audio Stream.
  • Key based Rooms.
  • Multiple WebRTC connections in same room.

Installation and Run

npm install && npm start

Tech

  • WebRTC - Real-time communication for the web
  • Socket.io - Real-time bidirectional event-based communication

About

Peer-to-Peer Room based online video meeting web application.


Languages

Language:JavaScript 65.3%Language:HTML 19.3%Language:CSS 15.4%