Socket
Book a DemoInstallSign in
Socket

@fedify/elysia

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fedify/elysia

Integrate Fedify with Elysia

latest
Source
npmnpm
Version
1.8.12
Version published
Weekly downloads
1.6K
-36.14%
Maintainers
1
Weekly downloads
 
Created
Source

@fedify/elysia: Integrate Fedify with Elysia

npm Matrix Follow @fedify@hollo.social

This package provides a simple way to integrate Fedify with Elysia.

The integration code looks like this:

import { fedify } from "@fedify/elysia";
import { federation } from "./federation.ts";  // Your `Federation` instance
import { Elysia } from "elysia";

const app = new Elysia();

app
  .use(fedify(federation, () => "context data goes here"))
  .listen(3000);

console.log("Elysia App Start!");

Keywords

Fedify

FAQs

Package last updated on 20 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts