https://github.com/recifejs/recife-express
Recife Express is a integration of recifejs with express
https://github.com/recifejs/recife-express
express recife
Last synced: over 1 year ago
JSON representation
Recife Express is a integration of recifejs with express
- Host: GitHub
- URL: https://github.com/recifejs/recife-express
- Owner: recifejs
- License: mit
- Created: 2020-06-21T23:45:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:16:53.000Z (over 3 years ago)
- Last Synced: 2025-03-16T15:07:13.298Z (over 1 year ago)
- Topics: express, recife
- Language: TypeScript
- Size: 196 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.npmjs.com/package/recife-express) [](https://github.com/recifejs/recife-express/blob/master/LICENSE) [](https://github.com/recifejs/recife-express/workflows/Node.js%20CI)
Recife Express is a integration of recifejs with [express](https://expressjs.com/). For more details access the [documentation](https://recifejs.org/).
## Install
```bash
npm install recife-express
# or
yarn add recife-express
```
## Using in RecifeJs project
Open file `config/app.ts` and insert the value `express` in the property `httpFramework`:
```ts
import { AppConfig } from 'recife';
export const config: AppConfig = {
// ...
httpFramework: 'express'
// ...
};
```
## License
Recife Express is open source software [licensed as MIT](https://github.com/recifejs/recife-express/blob/master/LICENSE).