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

后端 未结 5 950
逝去的感伤
逝去的感伤 2020-12-23 17:09

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

5条回答
  •  猫巷女王i
    2020-12-23 17:30

    You may also want to check out OpenRasta. It is a nice, clean REST framework. I don't know if it uses the MS routing libraries or not, but from what I can tell it's routing syntax is very similar, if not identical. Also, it looks like IronRuby is capable of running Sinatra and Rack now, and the IronRuby website has instructions for getting it up and running, so an alternative may not be required if you want to run Sinatra in a .NET environment.

提交回复
热议问题