go-ctx
v0.1.1
Published
Golang-like context for Node.js (values + cancellation + deadlines) with zero runtime deps
Readme
go-ctx
Golang-like context for Node.js using only core APIs.
- Values: request/job-scoped key/value store (no param plumbing)
- Cancellation: cooperative cancellation via
AbortController - Deadlines: automatic timeout cancellation
- Zero deps, Node 18–22
Install
npm i go-ctxLicense
Apache License 2.0 © 2025 Arieditya Pramadyana Deha [email protected].
This project grants a patent license as defined in Apache-2.0 §3.
See LICENSE and NOTICE.
