0.0.1 • Published 7 months ago

@palmares/server v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@palmares/server

TODOs:

  • Add support to translate middlewares to framework specific middlewares.
  • Add class controllers
  • Add custom data to the request
  • Add Response class.
  • Add a ServerResponse class to translate the response in the framework of choice. (Need to work on a way to translate the response more automatically without needing to call methods directly)
  • Redirect constructor for response.
  • Parse cookies from request.
  • Better typescript support for controller for dependency injection.
  • Better document the HOLE server code.

  • 80% test coverage.

  • Better typescript support.
  • Better translation of the request body.