Is there a .NET framework similar to Ruby's Sinatra?

kenny picture kenny · Sep 14, 2009 · Viewed 7.7k times · Source

Does anyone know if there is a .NET library/API similar to Ruby's Sinatra?

Just wondering since with the new Routing API in ASP.NET MVC, WCF and .NET 3.5, it seems like a possibility.

UPDATED: Best answer link is stale so check out Nancy @ https://github.com/NancyFx/Nancy

Answer

Tobias picture Tobias · Dec 6, 2010

There is a new framework called Nancy for .NET which is inspired by Sinatra and looks promising. But it is still in a very early state.

You can read more about it here: http://elegantcode.com/2010/11/28/introducing-nancy-a-lightweight-web-framework-inspired-by-sinatra/ and