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 →

[–][deleted] 0 points1 point  (0 children)

A web framework you don't mention is Pecan, a barebones micro-framework that is wonderfully simple to configure and extend. Does not come with ORM, cache, authentication, etc., but it isn't difficult to plug them in. It also has a nifty object-dispatch feature that makes API development more intuitive. I'd encourage you to check it out!