DEV Community

Cover image for 🎉 We are excited to announce that we’ve reached 8000 members on Discord!
Emanuel Allely for Luos

Posted on

 

🎉 We are excited to announce that we’ve reached 8000 members on Discord!

🎉 We are excited to announce that we’ve reached 8000 members on our Discord community of embedded and edge developers!

Thank you to everyone that contributes on the server and to all the new members that joined recently, you help make this community grow 👏

Latest comments (1)

Collapse
 
emanuel_allely profile image
Emanuel Allely

This Discord aims to exchange with embedded and edge developers on new project development methodologies, join now: discord.gg/luos

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.