https://github.com/recifejs/recife-fastify
Recife Fastify is a integration of recifejs with fastify
https://github.com/recifejs/recife-fastify
Last synced: over 1 year ago
JSON representation
Recife Fastify is a integration of recifejs with fastify
- Host: GitHub
- URL: https://github.com/recifejs/recife-fastify
- Owner: recifejs
- License: mit
- Created: 2020-07-17T02:22:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T02:31:22.000Z (about 6 years ago)
- Last Synced: 2025-03-18T13:28:30.126Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.npmjs.com/package/recife-fastify) [](https://github.com/recifejs/recife-fastify/blob/master/LICENSE) [](https://github.com/recifejs/recife-fastify/workflows/Node.js%20CI)
Recife Fastify is a integration of recifejs with [fastify](https://www.fastify.io/). For more details access the [documentation](https://recifejs.org/).
## Install
```bash
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`:
```ts
import { AppConfig } from 'recife';
export const config: AppConfig = {
// ...
httpFramework: 'fastify'
// ...
};
```
## License
Recife Fastify is open source software [licensed as MIT](https://github.com/recifejs/recife-fastify/blob/master/LICENSE).