2021-03-03
1150
#node
Janice Muia
35668
Mar 3, 2021 ⋅ 4 min read

Parallelism, concurrency, and async programming in Node.js

Janice Muia I am a full-stack developer based in Nairobi. From time immemorial, I have always enjoyed research and tinkering with technology. I came across software programming while doing legal research, and since then, I have had the stubborn desire to be a maker and part of the change I would like to see in the world.

Recent posts:

the replay nov 19

The Replay (11/19/25): React 19.2: The async shift is finally here

Discover what’s new in The Replay, LogRocket’s newsletter for dev and engineering leaders, in the November 19th issue.

Matt MacCormack
Nov 19, 2025 ⋅ 33 sec read

React 19.2: The async shift is finally here

Jack Herrington writes about how React 19.2 rebuilds async handling from the ground up with use(), , useTransition(), and now View Transitions.

Jack Herrington
Nov 19, 2025 ⋅ 5 min read

Offline-first frontend apps in 2025: IndexedDB and SQLite in the browser and beyond

The web has always had an uneasy relationship with connectivity. Most applications are designed as if the network will be […]

Alexander Godwin
Nov 18, 2025 ⋅ 11 min read
Real-Time AI In Next.js How To Stream Responses With The Vercel AI SDK

Real-time AI in Next.js: How to stream responses with the Vercel AI SDK

Streaming AI responses is one of the easiest ways to improve UX. Here’s how to implement it in a Next.js app using the Vercel AI SDK—typing effect, reasoning, and all.

Elijah Asaolu
Nov 17, 2025 ⋅ 9 min read
View all posts

One Reply to "Parallelism, concurrency, and async programming in Node.js"

  1. So you are saying that when multiple requests are executed (as they may have different tasks) is concurrency and if in a particular request, multiple parts getting executed parallely is parallelism?

Leave a Reply

Hey there, want to help make our blog better?

Join LogRocket’s Content Advisory Board. You’ll help inform the type of content we create and get access to exclusive meetups, social accreditation, and swag.

Sign up now