Hacker News new | ask | show | jobs
by philliphaydon 4683 days ago
"the purpose of that is to give enterprise applications an extensibility point"

No its not.

"If you don't need all the ways you can customize ASP.NET MVC"

Nancy is pluggable at pretty much any point. You don't like the way routing works in Nancy, plug it. Don't like the base module, plug it.

Nancy is far more extensible than WebAPI or MVC.

Having said that, anything you can do in WebAPI / MVC you can do in Nancy, and anything you can do in Nancy, you can do in WebAPI / MVC

Nancy just has a nicer API.

1 comments

>Nancy just has a nicer API.

In your opinion.

A lot of older developers don't like the Func<>iness of some of these newer frameworks. Just something to consider.