recife-fastify
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published
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.

Package Sidebar

Install

npm i recife-fastify

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

6.22 kB

Total Files

5

Last publish

Collaborators

  • andrelmlins