Recife Fastify is a integration of recifejs with fastify. For more details access the documentation.
npm install recife-fastify
# or
yarn add recife-fastifyOpen file config/app.ts and insert the value fastify in the property httpFramework:
import { AppConfig } from 'recife';
export const config: AppConfig = {
// ...
httpFramework: 'fastify'
// ...
};Recife Fastify is open source software licensed as MIT.
