recife-koa
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published
RecifeJs

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.

Package Sidebar

Install

npm i recife-koa

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

5.52 kB

Total Files

5

Last publish

Collaborators

  • oda2
  • andrelmlins