Use-cases for node.js and c#

Posted by Chase Florell on Programmers See other posts from Programmers or by Chase Florell
Published on 2011-12-08T18:25:55Z Indexed on 2012/12/05 17:26 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

I do quite a bit of ASP.NET work (C#, MVC), but most of it is typical web development. I do Restful architecture using CRUD repositories. Most of my clients don't have a lot of advanced requirements within their applications.

I'm now looking at node.js and it's performance implications (I'm addicted to speed), but I haven't delved into it all that much.

I'm wondering if

  • node.js can realistically replace my typical web development in C# and ASP.NET MVC (not rewriting existing apps, but when working on new ones)
  • node.js can complement an ASP.NET MVC app by adding some async goodness to the existing architecture.

Are there use-cases for/against C# and node.js?

Edit

I love ASP.NET MVC and am super excited with where it's going. Just trying to see if there are special use cases that would favor

© Programmers or respective owner

Related posts about c#

Related posts about mvc