Earlier quoted context omitted.
First time I've heard of Nancy. Anyone got a URL since it's name is so terrible that you can't google it?
I had the same problem. I googled "Mono Nancy" and eventually found this: https://github.com/NancyFx/Nancy EDIT: It seems to be a .NET clone of node.js
Mono 3.2.7 is out
11–20 of 116 posts
Re: Mono 3.2.7 is out
#12Re: Mono 3.2.7 is out
#13What are some big poster-child success stories for running MVC on Mono in production?
Rdio is probably one of the bigger success stories for Xamarin/Mono You can see a list here: https://xamarin.com/apps
mvc + mono website on linux success story - i haven't seen one.
Re: Mono 3.2.7 is out
#14Earlier quoted context omitted.
First time I've heard of Nancy. Anyone got a URL since it's name is so terrible that you can't google it?
I had the same problem. I googled "Mono Nancy" and eventually found this: https://github.com/NancyFx/Nancy EDIT: It seems to be a .NET clone of node.js
(Thus the name. Frank Sinatra's daughter is named Nancy Sinatra)
Re: Mono 3.2.7 is out
#15Earlier quoted context omitted.
First time I've heard of Nancy. Anyone got a URL since it's name is so terrible that you can't google it?
I had the same problem. I googled "Mono Nancy" and eventually found this: https://github.com/NancyFx/Nancy EDIT: It seems to be a .NET clone of node.js
Re: Mono 3.2.7 is out
#16Earlier quoted context omitted.
First time I've heard of Nancy. Anyone got a URL since it's name is so terrible that you can't google it?
I had the same problem. I googled "Mono Nancy" and eventually found this: https://github.com/NancyFx/Nancy EDIT: It seems to be a .NET clone of node.js
Re: Mono 3.2.7 is out
#17What are some big poster-child success stories for running MVC on Mono in production?
Re: Mono 3.2.7 is out
#18Earlier quoted context omitted.
I had the same problem. I googled "Mono Nancy" and eventually found this: https://github.com/NancyFx/Nancy EDIT: It seems to be a .NET clone of node.js
no it's not. it's a .NET clone of sinatra. it's a web framework. it has little to nothing to do with node.js. although .net have pretty powerful multiprocessing and async routines, and can therefore be connected to node.js without too much effort.
Re: Mono 3.2.7 is out
#19How is Mono's JIT performance compared to Microsoft's? Are they nearing parity?