- 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