Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recifejs/recife-koa
Recife integration with Koa
https://github.com/recifejs/recife-koa
koa recife
Last synced: 7 days ago
JSON representation
Recife integration with Koa
- Host: GitHub
- URL: https://github.com/recifejs/recife-koa
- Owner: recifejs
- License: mit
- Created: 2020-06-20T21:53:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:42:33.000Z (about 2 years ago)
- Last Synced: 2024-12-18T19:46:35.009Z (about 2 months ago)
- Topics: koa, recife
- Language: TypeScript
- Homepage: http://recifejs.org/
- Size: 205 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://img.shields.io/npm/v/recife-koa?style=flat-square&logo=npm)](https://www.npmjs.com/package/recife-koa) [![License: MIT](https://img.shields.io/github/license/recifejs/recife-koa?style=flat-square)](https://github.com/recifejs/recife-koa/blob/master/LICENSE) [![Node.js CI](https://img.shields.io/github/workflow/status/recifejs/recife-koa/Node.js%20CI?style=flat-square&logo=github)](https://github.com/recifejs/recife-koa/workflows/Node.js%20CI)
Recife Koa is a integration of recifejs with [koa](https://koajs.com/). For more details access the [documentation](https://recifejs.org/).
## Install
```bash
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`:
```ts
import { AppConfig } from 'recife';export const config: AppConfig = {
// ...
httpFramework: 'koa'
// ...
};
```## License
Recife Koa is open source software [licensed as MIT](https://github.com/recifejs/recife-koa/blob/master/LICENSE).