An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: async-hooks

jaredwray/hookified

Event Emitting and Async Middleware Hooks 🪝

Language: TypeScript - Size: 495 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 1

Papooch/nestjs-cls

A continuation-local storage (async context) module compatible with NestJS's dependency injection.

Language: TypeScript - Size: 11.2 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 539 - Forks: 38

maxgfr/node-simple-context

A minimalist context for node, inspired by React Context API

Language: TypeScript - Size: 2.2 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 1

vicanso/async-local-storage 📦

local storage that is shared between all stack frames (top down) in a call chain, including async function

Language: JavaScript - Size: 508 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 73 - Forks: 12

Jeff-Lewis/cls-hooked Fork of othiym23/node-continuation-local-storage

cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+

Language: JavaScript - Size: 519 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 771 - Forks: 90

emmveqz/react-components

Diverse Components for React

Language: TypeScript - Size: 834 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

psenger/async-context-id

A lightweight, powerful correlation ID tracking and context store written for Node.js that automatically propagates context through async operations using Node's `async_hooks`. Perfect for distributed tracing, request tracking, and logging correlation in micro services architectures.

Language: JavaScript - Size: 206 KB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

pwwang/simplug

A simple plugin system for python with async hooks supported

Language: Python - Size: 554 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 7 - Forks: 2

nodesource/ah-fs.processor 📦

Processes ah-fs data obtained from async resources related to file system opearations.

Language: JavaScript - Size: 1.2 MB - Last synced at: 23 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 3

xujif/async-hooks-map

A Thread-local storage (TLS) like Map implementation, base on node async hooks, support nodejs & typescript

Language: TypeScript - Size: 29.3 KB - Last synced at: 22 days ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

gms1/node-async-context 📦

a continuation local storage / asynchronous execution context for node.js via async_hooks

Language: TypeScript - Size: 1.3 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 71 - Forks: 5

apehead/async-hooks-demo

⚓ Node.js async-hooks API demo ⚓

Language: JavaScript - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

shfshanyue/cls-session

a cls session impletation using async_hooks

Language: TypeScript - Size: 697 KB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

Jeff-Lewis/async-hook-jl Fork of AndreasMadsen/async-hook

Inspect the life of handle objects in node

Language: JavaScript - Size: 94.7 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 5

wentout/dive

dive to callback with context

Language: JavaScript - Size: 98.6 KB - Last synced at: 21 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 0

travetto/context 📦

Async-aware state management, maintaining context across asynchronous calls.

Language: TypeScript - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

zero734kr/async-debug

Asynchronous operation debugger built on top of async_hooks, inspired by asyncio debug mode of Python.

Language: TypeScript - Size: 305 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

devu1997/cls-tracer

Continuous local storage for koa and custom jobs (similar to thread context in java) with out of the box support for tracing request/job id

Language: TypeScript - Size: 25.4 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

lrlna/on-async-hook

async_hook trace emitter 🔍

Language: JavaScript - Size: 5.86 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 37 - Forks: 5

hellocomet/hello-cls

A Node.js library that implements Continuation-Local Storage for Node 10+

Language: JavaScript - Size: 914 KB - Last synced at: 30 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

peterdee/node-als-example

An example of the Async Local Storage usage in Node

Language: JavaScript - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mawrkus/ah-context-store

🔗 A context storage for async resources, based on the Node.js Async Hooks API

Language: JavaScript - Size: 1.27 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kevjose/use-async-toggle

A react.js toggle hook with support for async actions

Language: JavaScript - Size: 103 KB - Last synced at: 22 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jzhang026/async-context-continuation

Based on async_hooks, maintains execution context across asynchronous calls of function in nodeJS

Language: JavaScript - Size: 747 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mvaldesdeleon/long-promise

Long stack traces for Promises (Node 8 only).

Language: JavaScript - Size: 13.7 KB - Last synced at: 18 days ago - Pushed at: almost 8 years ago - Stars: 12 - Forks: 4

kjin/cnysa

🐺 see nice async flow

Language: TypeScript - Size: 33.2 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

creditkarma/async-scope

A thread local approximation built on async hooks, written in TypeScript

Language: TypeScript - Size: 118 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

marian-cojoc-ro/async-log

Utility and sample code for logging async operations in the context of a web-server using the async_hooks core api

Language: JavaScript - Size: 5.86 KB - Last synced at: 13 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0