https://github.com/recifejs/recife-koa
Recife integration with Koa
https://github.com/recifejs/recife-koa
koa recife
Last synced: about 2 months ago
JSON representation
Recife integration with Koa
- Host: GitHub
- URL: https://github.com/recifejs/recife-koa
- Owner: recifejs
- License: mit
- Created: 2020-06-20T21:53:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:42:33.000Z (over 3 years ago)
- Last Synced: 2025-03-21T21:44:47.821Z (about 1 year ago)
- Topics: koa, recife
- Language: TypeScript
- Homepage: http://recifejs.org/
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.npmjs.com/package/recife-koa) [](https://github.com/recifejs/recife-koa/blob/master/LICENSE) [](https://github.com/recifejs/recife-koa/workflows/Node.js%20CI)
Recife Koa is a integration of recifejs with [koa](https://koajs.com/). For more details access the [documentation](https://recifejs.org/).
## Install
```bash
npm install recife-koa
# or
yarn add recife-koa
```
## Using in RecifeJs project
Open file `config/app.ts` and insert the value `koa` in the property `httpFramework`:
```ts
import { AppConfig } from 'recife';
export const config: AppConfig = {
// ...
httpFramework: 'koa'
// ...
};
```
## License
Recife Koa is open source software [licensed as MIT](https://github.com/recifejs/recife-koa/blob/master/LICENSE).