Skip to content

recifejs/recife-koa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.