DEV Community

Discussion on: Are the Python frameworks Flask and Bottle scalable?

Collapse
 
amigosmaker profile image
amigos-maker

Flask can scale to larger size, some examples include Twillio and Pinterest. With 100K requests a minute you would want to setup a CDN and other config. The easy way is to host on a cloud like PythonAnywhere that takes care of everything for you