Skip to content

Recife Fastify is a integration of recifejs with fastify

License

Notifications You must be signed in to change notification settings

recifejs/recife-fastify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecifeJs

npm version License: MIT Node.js CI

Recife Fastify is a integration of recifejs with fastify. For more details access the documentation.

Install

npm install recife-fastify
# or
yarn add recife-fastify

Using in RecifeJs project

Open file config/app.ts and insert the value fastify in the property httpFramework:

import { AppConfig } from 'recife';

export const config: AppConfig = {
  // ...
  httpFramework: 'fastify'
  // ...
};

License

Recife Fastify is open source software licensed as MIT.

About

Recife Fastify is a integration of recifejs with fastify

Resources

License

Stars

Watchers

Forks

Packages

No packages published