Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an equivalent of Node.js for .NET developers?

Tags:

node.js

I'm a .NET developer and would like to use something like Node.js and run it in the Microsoft cloud. Is there an equivalent? I know Microsoft is helping port this over but no sign of when this will happen and I need something in the meantime.

like image 231
Johnny Mo Avatar asked Aug 08 '11 22:08

Johnny Mo


1 Answers

There's a couple of projects under way:

https://github.com/dnewcome/Node.net

https://github.com/Rduerden/Node.cs

I couldn't vouch for their completeness.

I'd also have a read of this post by Ayende, the comments are particularly interesting:

http://ayende.com/blog/72705/node-cs

like image 55
Kev Avatar answered Nov 15 '22 08:11

Kev