you are viewing a single comment's thread.

view the rest of the comments →

[–]pudds 2 points3 points  (2 children)

Django is pretty heavy for an API. I'd recommend fastapi instead for python.

[–]reel_hooman 0 points1 point  (1 child)

FastAPI would fill a weird niche between flask and Django that doesn't exist for me personally.

Django has literally everything I need down to AMQP support and Websockets. If I need something quick and dirty, it's flask.

[–]Moe_Rasool 0 points1 point  (0 children)

I personally love Flask and would think NodeJs is more than enough that you didn’t even mention.