@perly/runtime-node
v0.0.3
Published
Node.js and Bun support package for the Perly JavaScript SDK
Readme
@perly/runtime-node
Runtime adapter for Node.js and Bun for the Perly JavaScript SDK.
When to use this package
@perly/runtime-node is primarily intended for framework integrations.
If you are integrating Perly into an application, you will usually want a framework-specific package instead of using @perly/runtime-node directly.
What it provides
This package provides runtime lifecycle hooks for Node.js and Bun so framework integrations can flush buffered Perly events before the process exits.
It is used internally by framework adapters such as @perly/express and @perly/fastify.
Related packages
- @perly/nestjs
@perly/express@perly/fastify@perly/core
Installation
yarn add @perly/runtime-node