Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 560 Bytes

todo.md

File metadata and controls

9 lines (9 loc) · 560 Bytes

TODO:

  • split the "use" into http verbs, such as server.get, server.post etc
  • preserve server.use as application level middleware that take in only a callback
  • implement a full middleware system
  • strip out radix3 and ufo for custom router table and parser
  • allow middleware to return response and exit the application lifecycle at anytime.
  • add unit and integration tests
  • add example folder with example(s) source file
  • rewrite the route implementation to allow wild cards and route paths (string) pattern matching