How Does Node.js Achieve Concurrency?by@saurabhdashora
3,455 reads

How Does Node.js Achieve Concurrency?

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

How would you react if you visit the Amazon home page and get a message saying that maximum number of users are already accessing the website and you need to wait for your turn? Concurrency is the key to an acceptable application behaviour. Node.js supports concurrency even with a single thread. This is made possible by an Event Loop. But internally, the Event Loop is driven by the Event Demultiplexer.
featured image - How Does Node.js Achieve Concurrency?
Saurabh Dashora HackerNoon profile picture

@saurabhdashora

Saurabh Dashora

Software Developer. Architect. Writer. I write about microservices, web development and cloud computing.


Receive Stories from @saurabhdashora


Credibility

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!