Skip to content

Versions history

Samsonium edited this page May 7, 2023 · 2 revisions

This page displays the list of versions, planned changes and changes resulting.

History:

V1.0.0:

Goal:

  • Implemented NodeJS server (package http)
  • Ability of the server to start with port and message or callback function
  • Ability to stop with printing reason
  • Implemented decorators:
    • Router - to declare a new Router
    • Get - to declare GET-method
    • Post - to declare POST-method
    • Put - to declare PUT-method
    • Patch - to declare PATCH-method
    • Delete - to declare DELETE-method
  • Router classes can be added to global router
Clone this wiki locally