Recife Koa is a integration of recifejs with koa. For more details access the documentation.
npm install recife-koa
# or
yarn add recife-koa
Open file config/app.ts
and insert the value koa
in the property httpFramework
:
import { AppConfig } from 'recife';
export const config: AppConfig = {
// ...
httpFramework: 'koa'
// ...
};
Recife Koa is open source software licensed as MIT.