recife-koa
Version:
Recife Koa is a integration of recifejs with koa
32 lines (21 loc) • 1.16 kB
Markdown
<img alt="RecifeJs" width="400" src="https://raw.githubusercontent.com/recifejs/recife/master/logo.png" />
[](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).