Can I serve multiple clients using just Flask app.run() as standalone?

I know I can link Flask with Apache or other web servers. But, I was thinking of running Flask as a standalone server serving multiple clients simultaneously.

Is this possible? Do I have to handle spawning multiple threads and managing them?

3 Answers
3

Leave a Comment