Hacker News new | ask | show | jobs
by jmcphers 4574 days ago
This is very nice. I had to pick an MVC framework for a project early this year, and was compelled to spend untold amounts of time to do the same research this author just posted.

Another good resource for choosing a framework is TodoMVC (http://todomvc.com/). It doesn't give you the philosophy and history behind each framework, but it does show you an end-to-end example (however constrained) of what it's like to use the framework in day-to-day work.

1 comments

Even though todos are simple examples, those simple examples are usually enough to make decisions off of syntax and "flow".