Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 561 Bytes

Reflect Playground - creating a backend framework using reflect-metadata and decorators.

Includes

  • Class based
  • Route decorators
  • Very basic dependency injection, don't expect it to handle different lifetimes (everything is a singleton) or dependency trees.
  • Filters
  • Route handler param decorators (Req, Res, Body, Param, Query, Headers)

Does not include

  • Error handling
  • Proper logging
  • Production readiness
  • much else

Warning

This repository contains metadata, a substance know to the state of California to cause bugs