This release is 0 versions behind 1.5.0 — the latest version of @fedify/fedify. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
An ActivityPub/fediverse server framework
This package works with Node.js, Deno, Bun


JSR Score
94%
Published
a week ago (1.5.0-dev.738+8ca6f775)
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.
c
c
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";