koajs / koa.io

[MAINTAINERS WANTED] Realtime web framework combine koa and socket.io.
429 stars 52 forks source link

Support for multiple route middlewares? #39

Open norman784 opened 9 years ago

norman784 commented 9 years ago

It will be cool to support multiple middlewares on the same route just like koa-router

tunnckoCore commented 8 years ago

Sounds like a good idea to me. :) I'll look what I can do.