Skip to content

recifejs/recife-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecifeJs

npm version License: MIT Node.js CI

Recife Express is a integration of recifejs with express. For more details access the documentation.

Install

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:

import { AppConfig } from 'recife';

export const config: AppConfig = {
  // ...
  httpFramework: 'express'
  // ...
};

License

Recife Express is open source software licensed as MIT.