Skip to content

nwleedev/remix-fastify

 
 

Repository files navigation

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:/mcansh/remix-fastify/tree/main/examples/basic
  • Using the Remix Vite plugin
    npx create-remix@latest --template https:/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

About

Fastify server request handler for Remix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.7%
  • JavaScript 48.3%