Detects node eventloop block and reports where it started
-
Updated
Oct 3, 2022 - JavaScript
Detects node eventloop block and reports where it started
Node.js in-process collectors for Instana
Elixir-style actors in JavaScript
This application visualizes how JavaScript Event Loop (Call Stack, Web API, and Callback Queue) works.
All about Node.js
FuncSug is a simple alternative to event-driven programming and game loops. No main loops or event-action associations any more thanks to concurrency, waiting for specific events and a special handling of interruptions.
topic
JavaScript & Node: around the Event Loop
Node.js and Express interview questions, exercises, and challenges to prepare for backend technical interviews. In Spanish, for junior developers. Node & Express Interview Lab by DevByMike.
Counting node.js eventloop latency.
A complete exploration of the JavaScript runtime: How the event loop, task queues, Web APIs, and Promises work together to handle asynchronous operations. Includes detailed explanations and runnable code examples that break down callback-based APIs, microtasks, macrotasks, and the internal mechanics behind async/await.
place with explanations for each buzzword in the JS world
Node design patterns and mini projects for reference.
Personal learning repository dedicated to exploring JavaScript fundamentals and advanced concepts through examples, experiments, and notes. Covers topics like closures, hoisting, execution context, async JavaScript, and modern ES6+ features.
A sample code to understand how Node really works behind the scenes.
⚡️ Demonstration of the event loop in Node.js. The event loop is a fundamental concept in Node.js that allows for asynchronous and non-blocking execution of code.
Node.js practical demos for exploring Event Loop performance and utilization using perf_hooks, measuring tick delays, and demonstrating task chunking to avoid blocking the loop.
This repository is a deep-dive exploration into the world of asynchronous programming in JavaScript. It covers the transition from traditional callback patterns to modern Promises and async/await, with a heavy emphasis on the engine's internal mechanics.
Node.js playground to explore how filesystem and network operations are delegated to the OS using libuv and the thread pool, including high-concurrency demos for HTTP, TCP, and file I/O.
Add a description, image, and links to the event-loop topic page so that developers can more easily learn about it.
To associate your repository with the event-loop topic, visit your repo's landing page and select "manage topics."