Hacker News new | ask | show | jobs
by threedaymonk 4407 days ago
The other side of the fence isn't much better.

Nancy's own wiki gives instructions for hosting Nancy on Ubuntu that start with downloading and compiling the latest version of Mono. They continue, "Open VS2012 and start a new console app NancyDemo.sln". Indeed, if anyone can successfully develop a Nancy application on Ubuntu, I'd love to know how. I spent two days yak-shaving NuGet (I even submitted a pull request to fix one bug) before concluding that it just doesn't work on Ubuntu.

1 comments

It is good, but Im not interested in using Nancy on Linux, the reason I'm using Ruby/Sinatra on Windows is to not to depend of the IIS envyroment, now with Owin and Nancy I can acomplish the same.