Skip to content

akhundMurad/fastapi-bigbluebutton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-bigbluebutton

Imports: isort

Using Bigbluebutton with Fastapi framework

About the project.

This project demonstrates the work of FastAPI with the Bigbluebutton video streaming service

Manage app

  1. Build docker containers:
docker-compose build
  1. Up docker contaners
docker-compose up -d
  1. Now it is ready 😀

About FastAPI

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

My choice fell on FastAPI due to the fact that this framework is ideal for writing and maintaining a microservice architecture. Also FastAPI makes it very convenient for writing asynchronous code, which in turn is needed when creating a meeting on the server.

About Bigbluebutton

BigBlueButton is an open source web conferencing system. BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboard, and breakout rooms.

Presenters can record and playback content for later sharing with others.

Contact me

Email: akhundov1murad@gmail.com 📧
Linkedin: https://www.linkedin.com/in/murad-akhundov-809b6a200 👨‍💻

About

This project demonstrates the work of FastAPI with the Bigbluebutton video streaming service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages