Skip to main content
Home

Fastify server request handler for Remix

This package works with Node.js
This package works with Node.js
JSR Score
82%
Published
2 years ago (3.2.2)

Remix Fastify

Use Remix with Fastify

Quick Start

These are the currently available templates that you can get jump started with:

  • The basic example using remix dev
    npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/basic
    
  • Using the Remix Vite plugin
    npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/vite
    

Manual Installation

npm i @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static
yarn add @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static
pnpm i @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static

New Ticket: 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

pnpm i jsr:@mcansh/remix-fastify
or (using pnpm 10.8 or older)
pnpm dlx jsr add @mcansh/remix-fastify

Import symbol

import * as remix_fastify from "@mcansh/remix-fastify";

Add Package

yarn add jsr:@mcansh/remix-fastify
or (using Yarn 4.8 or older)
yarn dlx jsr add @mcansh/remix-fastify

Import symbol

import * as remix_fastify from "@mcansh/remix-fastify";

Add Package

vlt install jsr:@mcansh/remix-fastify

Import symbol

import * as remix_fastify from "@mcansh/remix-fastify";

Add Package

npx jsr add @mcansh/remix-fastify

Import symbol

import * as remix_fastify from "@mcansh/remix-fastify";