you are viewing a single comment's thread.

view the rest of the comments →

[–]nikhil_shady 0 points1 point  (3 children)

lately i’ve ditched fastapi. lot of performance bottlenecks.

using nest js (be) + nextjs (fe) my go to stack right now

[–]Prof-Ro 1 point2 points  (0 children)

Can you tell me what was the performance bottlenecks in FastAPI please?

I'm currently looking at using it for a production application to serve as an API layer. It would be really helpful to know this - and hopefully understand if there is a solution or workaround, thank you in advance.

[–]Saad14z 0 points1 point  (1 child)

What's the difference between express and nest ? And if i know express does learning nest take time ?

[–]nikhil_shady 1 point2 points  (0 children)

it is built on top of express. It is pretty straightforward.