Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Continuation-Local Storage (CLS) provides a mechanism for managing state across asynchronous function calls in Node.js, similar to thread-local storage in threaded programming. It allows developers to set and retrieve values that are scoped to the lifetime of chains of function calls, making it particularly useful for maintaining context in web applications, such as user sessions or request-specific data. This project is ideal for Node.js developers who need to manage state across asynchronous operations without relying on global variables or passing context through every function call.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of othiym23/node-continuation-local-storage

Account's avatar
othiym23/async-listener
Polyfill exporting trevnorris's 0.11+ asyncListener API.
Account's avatar
othiym23/emitter-listener
(Meta)observability for EventEmitters.
Account's avatar
npm/node-semver
The semantic version parser used by npm.

Support the repos that depend on this repository

Top contributors

othiym23's profile
othiym23
33 contributions
creationix's profile
creationix
9 contributions
overlookmotel's profile
overlookmotel
2 contributions
leedm777's profile
leedm777
1 contributions
ericwaldheim's profile
ericwaldheim
1 contributions
gergelyke's profile
gergelyke
1 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
1 contributions
groundwater's profile
groundwater
1 contributions
jiaz's profile
jiaz
1 contributions
Qard's profile
Qard
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
othiym23

othiym23/node-continuation-local-st...

implementation of https://github.com/joyent/node/issues/5243

JavaScript
1135
207
BSD 2-Clause "Simplified" License