Skip to content

kupec/kurento-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurento monitor

This is real time kurento media eliments monitoring tool.

Bootstrapped with Create React App.

selection

Live demo

https://kurento-monitor.herokuapp.com/

How to use?

  1. Clone this project
  2. Install deps for frontend and build it: cd web && npm i && npm run build
  3. Install deps for backend and run server: cd server && npm i && npm run start

Then monitor will be available on localhost:3000