Flask is super useful for building Microservices . You can utilize any number of its built-in extensions to design and deploy Microservices at high velocity.
Read moreHow do you write microservices in Django?
Run the App
Read moreIs Django a Microservice?
It’s certainly possible . Whether it is a good idea depends on what you need. For most microservices, Django is likely overkill and Flask may be a better idea. But if it’s a “complex microservice” with authentication, a database, various models, then Django may be the best bet.
Read more