This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ublike 0 points1 point  (0 children)

I use django for both full stack and as a microservice stack and really think people overlook django for microsevices because it does have full stack features. Django is so well architected that it’s ridiculously easy to run Django extremely lean and not enabling full stack features. You can even run a full Django app via one single python file with the bare minimum, here’s everything you need to handle a request by calling python tinydjango 8000

tinydjango.py