10 ms·
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 sessi
by metaperl 14y 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 http://www.nagare.org/trac/wiki/NagareDescription
and see how those 3 frameworks fit exactly what Nagare frees you from.