Skip to main content
This release is 0 versions behind 1.4.0 — the latest version of @fedify/fedify. Jump to latest

@fedify/fedify@1.4.0-dev.596+acf76ef5
Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
94%
Published
a month ago (1.4.0-dev.596+acf76ef5)

KvStore & MessageQueue adapters for Deno's KV store

This module provides KvStore and MessageQueue implementations that use Deno's KV store. The DenoKvStore class implements the KvStore interface using Deno's KV store, and the DenoKvMessageQueue class implements the MessageQueue interface using Deno's KV store.

Classes

c
DenoKvMessageQueue

Represents a message queue adapter that uses Deno KV store.

c
DenoKvStore

Represents a key-value store implementation using Deno's KV store.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import * as mod from "@fedify/fedify/x/denokv";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@fedify/fedify/x/denokv";

Add Package

npx jsr add @fedify/fedify

Import symbol

import * as mod from "@fedify/fedify/x/denokv";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import * as mod from "@fedify/fedify/x/denokv";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import * as mod from "@fedify/fedify/x/denokv";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import * as mod from "@fedify/fedify/x/denokv";