Live data from Hacker News

Mono 3.2.7 is out

news.mono-project.com

11–20 of 116 posts

Re: Mono 3.2.7 is out

#11
post #5
post #4

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

.NET clone of node.js would be nice, because I like the idea of node.js but not enough to ditch all my .NET stuff (especially entity framework).

Re: Mono 3.2.7 is out

#13
post #10
post #9

What 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

rdio is using the xamarin tools for ios and android.

mvc + mono website on linux success story - i haven't seen one.

Re: Mono 3.2.7 is out

#14
post #5
post #4

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

No, it's a Sinatra-inspired framework for .NET ...and it's quite good!

(Thus the name. Frank Sinatra's daughter is named Nancy Sinatra)

Re: Mono 3.2.7 is out

#15
post #5
post #4

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

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

#16
post #5
post #4

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

[deleted]

Re: Mono 3.2.7 is out

#18
post #5

Earlier 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.

How does it compare to Web API?

Re: Mono 3.2.7 is out

#19
"Performance under some benchmarks was improved by more than 20%."

How is Mono's JIT performance compared to Microsoft's? Are they nearing parity?

Post reply on HN