Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (10 loc) · 623 Bytes

todo.md

File metadata and controls

10 lines (10 loc) · 623 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
  • add benchmarks against FastAPI, Expressjs, Koajs and Oak
  • rewrite the route implementation to allow wild cards and route paths (string) pattern matching