🌜 Milkman Riot
flask or falcon? I know flask to some extent but I think what appeals to me about it in small apps falls apart in larger apps. I'm planning to try out falcon for the next little project. curious on opinions
🌜 Milkman Riot
Interesting. Do you have experience with Flask apps as well?
🏒 Lucian Marin
Artificial Feed, the news aggregator I'm working on was initially created in Flask. You can start your first Python web app in Flask. But all benchmarks say that Flask is slow: fgimian.github.io/.... Sub was previously powered by Django, but I rewrote both of them in Falcon. I'm still using Django as a library for its ORM and management commands.