I really like FastAPI. The "fast" in the name means fast development. Using Python types to create endpoints and get auto-generated docs is a joy.
If you are looking for examples, feel free to check out mine with websockets [0] or how I run FastAPI with systemd and nginx [1] in production (I run several side projects on FastAPI).
If you are looking for examples, feel free to check out mine with websockets [0] or how I run FastAPI with systemd and nginx [1] in production (I run several side projects on FastAPI).
[0] https://stribny.name/blog/2020/07/real-time-data-streaming-u...
[1] https://stribny.name/blog/fastapi-production/