1.0.0 • Published 7 years ago

koa-easy-router v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Koa easy routerExperimental

It is only an explannation router for koa, the important point to explain how the router does work.

Router feature is uncompleted, please try koa-router, that really fantasy.

Basic

This router base on http.createServer, the dispatcher will filter each request and run the function matched.

TODO

  • Fill the correct and better struct to router.
  • Maybe es6 completed support needed.