Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 313 Bytes

littleredbroker

A meeting host broker (loadbalancer) for BigBlueButton built with FastAPI

Production

Requirements

  • Python >3.8

Development

  1. Create your virtual environment: python3 -m venv venv
  2. Activate it: . venv/bin/activate
  3. Install dependencies: pip install -r development.txt