Skip to content

HumanDynamics/rhythm-rtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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