Recife Express is a integration of recifejs with express. For more details access the documentation.
npm install recife-express
# or
yarn add recife-expressOpen file config/app.ts and insert the value express in the property httpFramework:
import { AppConfig } from 'recife';
export const config: AppConfig = {
// ...
httpFramework: 'express'
// ...
};Recife Express is open source software licensed as MIT.
