TiberJS is a collection of execution-first building blocks for Node.js and TypeScript.
| Repository | Responsibility |
|---|---|
tiberjs/runner |
Independent execution runtime with immutable context, structured concurrency, scoped dependency injection, resource ownership, lifecycle events, cancellation, deadlines, and tracing. |
Choose the repository that owns the problem you are solving:
- Use
@tiberjs/runnerwhen you need the execution runtime without an application or protocol framework.