Skip to main content
Home
Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
JSR Score88%
License
MIT
Downloads10/wk
Publisheda week ago (2.3.4)

Integrate Fedify with Fastify

Interfaces

I

Plugin options for Fedify integration.

Type Aliases

T
ContextDataFactory<TContextData> = (request: FastifyRequest) => TContextData | Promise<TContextData>

A factory function that creates context data for the Federation instance.

Variables

v
default: FastifyPluginAsync<FedifyPluginOptions<unknown>>
No documentation available
v
fedifyPlugin: FastifyPluginAsync<FedifyPluginOptions<unknown>>
No documentation available

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/fastify

Import symbol

import * as mod from "@fedify/fastify";
or

Import directly with a jsr specifier

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