Hacker News new | ask | show | jobs
by metaperl 4883 days ago
Flask has manual routing. Nagare creates URLs and binds then to Python actions automatically. It also has a global session object as opposed to indepedent sessions per Python object.

All three of those are trapped into the paradigm of receiving URLs and routing them to python methods.

Read this: http://www.nagare.org/trac/wiki/NagareDescription

and see how those 3 frameworks fit exactly what Nagare frees you from.