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

Viewed 8060

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

5 Answers
Related