@eddieajau/laf
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-21 • Public • Published

LAF

A Light Application Framework for Node.js and Typescript.

LAF includes a very light application wrapper and a little sugar around Express to provide a backbone for most RESTful API applications.

Usage

npm install @eddieajau/laf

Dependency Injection

The Dependency Injection container provides the following bindings:

Binding Module Notes
ApplicationConfig 'Application`
LOGGER 'Application` Your logger.
HttpModuleConfig 'HttpModule`
Router 'HttpModule` The Express router.
TokenService 'HttpModule` A service that supports working with JWTs.
TokenServiceConfig 'HttpModule`

Demo

npm run demo

Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @eddieajau/laf

Weekly Downloads

177

Version

1.0.0-21

License

MIT

Unpacked Size

78 kB

Total Files

69

Last publish

Collaborators

  • eddieajau