After testing FastApi in the scene service, it is a much better long term solution than Flask. Mainly because of:
- Much easier async IO
- Just as simple, and great integration with Motor AsyncIO for mongodb
- Super easy to build CRUD applications -- matter of hours...
- Fast!
- New and highly supported