@tasq-run/client
v0.4.0
Published
Connect to a self-hosted Tasq Server from any JavaScript runtime.
Readme
@tasq-run/client
Connect to a self-hosted Tasq Server from any JavaScript runtime.
Start
npm install @tasq-run/clientCreate one explicit remote client with createRemoteTasq({ endpoint, workspaceId, accessToken }). The client uses guarded HTTPS only; it contains no database, migrations, kernel or authority cache. Use one-use enrollment through the CLI or redeemRemoteEnrollment, persist event cursors and repeat lost mutations with the exact same idempotency key and request ID.
Runtime and support
Bun 1.3+ and Node.js 22+ are certified from the same compiled ESM package. This package is generated deterministically from the canonical Tasq source tree.
Source, full documentation, security policy and release provenance: https://github.com/gwendall/tasq
