---
title: "Node.js -Event Loop"
url: https://daily.dev/posts/node-js--event-loop-gvhal0uke
source_url: https://towardsdev.com/node-js-event-loop-3ee5b841adda?source=rss----a648dc4ecb66---4
type: article
source: "Towards Dev"
published: 2022-04-11T12:17:28.976Z
updated: 2022-04-11T12:17:28.977Z
tags: ["nodejs"]
reading_time: 3
upvotes: 25
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Node.js -Event Loop

**[Towards Dev](https://daily.dev/sources/towardsdev)** · 3 min read · 25 upvotes · 0 comments

## Summary

The event loop is an endless loop, which waits for tasks, executes them and then sleeps until it receives more tasks. The event loop allows us to use callbacks and promises. Node.js is a single-threaded event-driven platform that is capable of running non-blocking, asynchronously programming.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://towardsdev.com/node-js-event-loop-3ee5b841adda?source=rss----a648dc4ecb66---4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#nodejs](https://daily.dev/tags/nodejs)

[View this post on daily.dev](https://daily.dev/posts/node-js--event-loop-gvhal0uke)
