recife-koa
v0.1.4
Published
Recife Koa is a integration of recifejs with koa
Downloads
1
Readme
Recife Koa is a integration of recifejs with koa. For more details access the documentation.
Install
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
:
import { AppConfig } from 'recife';
export const config: AppConfig = {
// ...
httpFramework: 'koa'
// ...
};
License
Recife Koa is open source software licensed as MIT.