Riff video chat (using WebRTC) platform server and client
A single page application (SPA) implmented with React which provides the interface for the Riff Learning communication tools and metrics.
The videoconferencing is build on top of SimpleWebRTC, and the initial design and data analysis came from the MIT Rhythm framework for measuring conversation dynamics within teams.
The server exists to integrate configuration values into the client and serve the various files the client consists of to the browser. It also supports integration with LMSs via the LTI specification.
- public: client side public HTML / CSS
- src: client side javascript
- server: server side javascript
- config: configuration files (see node-config)
- webpack:
- docker:
npm install
npm run build:prod
npm start
(section to be written)
(section to be written)