Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 660 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 660 Bytes

rhythm-rtc

Rhythm RTC server and client!

This is a standalone webRTC server / client videoconference solution built on top of EasyRTC.

It incorporates the Rhythm framework for measuring conversation dynamics within teams.

Files and Folders:

  • public: client side public HTML / CSS
  • client: client side javascript, meant to be browserified

Installing Required Modules:

  • npm install

Running the Server:

  • PORT=8802 npm start

navigate to localhost:8802