Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8536927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:46:45+00:00 2026-06-11T10:46:45+00:00

After reading a lot of stuff about nodejs, I still ask my self :

  • 0

After reading a lot of stuff about nodejs, I still ask my self :

What are the benefits over asp.net HttpAsync requests ?

The only limitation ( as I see) is the concurrent number of requests which IIS limits.

I tried to paint how I currently understand it :

enter image description here

any help ?

  • is there anything that asynchronous operations on .net/ado.net can’t do that nodejs can ?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T10:46:46+00:00Added an answer on June 11, 2026 at 10:46 am

    IIS limits the number of concurrent requests to a high number by default. The limit can be raised arbitrarily though.

    There are two main benefits attributed to node.js:

    1. Scalability (not performance! there is a difference) due to async IO
    2. Sharing Javascript with the client

    ASP.NET does not support number 2 so that is an advantage.

    Async IO and non-blocking code is fully supported by ASP.NET. Plus, you get the performance advantage of a JITed statically typed language. For that reason ASP.NET generally has superior performance to node.js for non-toy applications (printing “hello world” is not a real benchmark workload! neither is sleeping for 10 seconds).

    node.js benefits from the extremely slim code-path it has. For that reason very minimal applications like “echo” or “hello world” are probably faster. This does not hold for apps which actually perform work.

    So if you want to know which is “better” you need to consider a particular scenario. Benchmark with a realistic workload (no, calculating a factorial number is not realistic. C# is just going to win by a large amount. Means nothing). Also factor in maturity of the platform, libraries, documentation, support, developer productivity, ….

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After reading a lot of on the subject I'm still in the dark about
I've never used these functions before but after reading a lot about sprintf(), I
It's my first time writting there but after reading and searching a lot about
After reading a lot about the differences between REST and SOAP, I got the
I hear a lot about couchdb , but after reading some documents about it,
After reading a lot about AES, JCE and its unlimited strength policy files for
After reading a lot of documentation regarding Lisp eval-when operator I still can't understand
After reading MSDN-XAML Namespaces and MSDN-Understanding XAML Namespaces , I still do not understand
after reading the cookbook and various Q&A here I am still a bit confused
After reading a lot of articles and many answers related to the above subject,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.