Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcansh/remix-fastify

Fastify server request handler for Remix
https://github.com/mcansh/remix-fastify

fastify fastify-plugin fastifyjs http nodejs remix-run remix-server-adapter web-server

Last synced: about 2 months ago
JSON representation

Fastify server request handler for Remix

Awesome Lists containing this project

README

        

# Remix Fastify

Use [Remix](https://remix.run) with [Fastify](http://fastify.io)

## Quick Start

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

- Using the Remix Vite plugin (recommended)

```sh
npx create-remix@latest --template mcansh/remix-fastify/examples/vite
```

- The basic example using the old Remix compiler
```sh
npx create-remix@latest --template mcansh/remix-fastify/examples/basic
```