fmeringdal / nettu-meet

Open source video conferencing system for tutors.
GNU Affero General Public License v3.0
2.28k stars 286 forks source link
collaboration conferencing self-hosted video-conferencing webrtc webrtc-demos
logo

Overview

Nettu Meet is an open source video conference web application designed for interactive online tutoring. Some of the features included are:




Live demo

Live demo

Run it locally

$ cd server
# Copy .env.template secrets file and adjust them if needed
$ cp integrations/.env.template integrations/.env
# Using docker compose to spin up redis and mongodb 
$ npm run infra
# Installing server dependencies
$ npm i
# Starting server
$ npm start
$ cd frontend
$ npm i
$ npm start

Documentation

The server exposes a swagger document at http://localhost:5000/api/v1/docs/. Or you can check it out live here

Contributing

Contributions are welcome and greatly appreciated!

License

AGPL3