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

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
3 months ago (1.2.1)
interface Services

The third party sites this server can connect to via their application API.

Properties

The third party sites this server can retrieve messages from for combined display with regular traffic.

The third party sites this server can publish messages to on the behalf of a user.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type Services } from "@fedify/fedify/nodeinfo";

---- OR ----

Import directly with a jsr specifier

import { type Services } from "jsr:@fedify/fedify/nodeinfo";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type Services } from "@fedify/fedify/nodeinfo";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type Services } from "@fedify/fedify/nodeinfo";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type Services } from "@fedify/fedify/nodeinfo";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type Services } from "@fedify/fedify/nodeinfo";