Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fedify-dev/fedifyWorks with
•JSR Score76%•This package works with Node.js, Deno, Bun


License
•MIT
Downloads20/wk
•Published2 days ago (2.1.2)
Integrate Fedify with Express
@fedify/express: Integrate Fedify with Express
This package provides a simple way to integrate Fedify with Express.
The integration code looks like this:
import express from "express"; import { integrateFederation } from "@fedify/express"; import { federation } from "./federation.ts"; // Your `Federation` instance export const app = express(); app.set("trust proxy", true); app.use(integrateFederation(federation, (req) => "context data goes here"));
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fedify/express
Import symbol
import * as express from "@fedify/express";
Import directly with a jsr specifier
import * as express from "jsr:@fedify/express";