Myth: Node.js is single-threaded

Опубликовано: 07 Октябрь 2024
на канале: RatPhd
280
17

It is a huge misconception that Node is single-threaded. It is in fact not. While the event loop is single-threaded, it leverages a multi-threaded backend with LibUV.

Would you guys like to hear more about this topic?

Intro:

Hi, my name is Samuel. I am a back-end engineer and I love talking about Node, programming, or anything of that sort in general.

Please like and subscribe if you want to see more content!

#programming #nodejs #javascript