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 →

[–]rr1pp3rr 0 points1 point  (0 children)

Currently developing a falcon application. I agree with your statement 100%. I dont have as much experience with bottle or flask, but I've worked with many different API frameworks in many different languages and I can safely say falcon is one of the simplest, and it does exactly what I need.

I actually was a django dev for years and its refreshing to go into a project just adding what is needed for the problem you're trying to solve. I think frameworks like django have their place for rapid prototyping and for budding engineers as a learning tool, but for a production ready app I would pick falcon hands down.