Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fedify-dev/fedifyIntegrate 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";
Add Package
pnpm i jsr:@fedify/express
pnpm dlx jsr add @fedify/express
Import symbol
import * as express from "@fedify/express";
Add Package
yarn add jsr:@fedify/express
yarn dlx jsr add @fedify/express
Import symbol
import * as express from "@fedify/express";
Add Package
vlt install jsr:@fedify/express
Import symbol
import * as express from "@fedify/express";
Add Package
npx jsr add @fedify/express
Import symbol
import * as express from "@fedify/express";
Add Package
bunx jsr add @fedify/express
Import symbol
import * as express from "@fedify/express";