Discussion about this post

User's avatar
Neal Magee's avatar

I'm a big fan of FastAPI, and appreciate you helping tease out the ideal cases for it (and when not to use it). Just a note that we no longer need `uvicorn` to run FastAPI, just use `fastapi run main.py` with all the usual options. Still not the most robust service for running in production, but works for many cases.

Thanks for the article and all your work.

2 more comments...

No posts

Ready for more?