0.1.4 • Published 4 years ago

recife-koa v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

npm version License: MIT Node.js CI

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.