aderktech-chronark.com-/content/projects/upstash-qstash-sdk.mdx
2023-03-26 14:00:02 +02:00

22 lines
711 B
Plaintext

---
title: "@upstash/qstash"
description: A typescript client and consumer for QStash.
date: "2022-07-18"
url: https://upstash.com/qstash
repository: upstash/sdk-qstash-ts
published: true
---
@upstash/qstash is the official client and consumer for [QStash](https://chronark.com/projects/qstash).
QStash is the message broker between your serverless apps. You send an HTTP
request to QStash, that includes a destination, a payload and optional settings.
We durably store your message and will deliver it to the destination API via
HTTP. In case the destination is not ready to receive the message, we will retry
the message later, to guarentee at-least-once delivery.
```bash
npm install @upstash/qstash
```