dchester / epilogue

Create flexible REST endpoints and controllers from Sequelize models in your Express app
846 stars 116 forks source link

Consider a koa version #100

Closed mitranim closed 8 years ago

mitranim commented 9 years ago

koa is a superior alternative to Express. You might want to consider implementing a version of epilogue compatible with it.

TooBug commented 8 years ago

any update?

mbroadst commented 8 years ago

hey guys, unless there is a way for koa to "just work" with the current design of epilogue, I don't expect a rewrite of the module using generators any time soon unfortunately. Too much of the current design is built around existing concepts in express and restify, and frankly I have basically zero experience with koa. I'm not against integrating support if it's not a major/invasive change however.

TooBug commented 8 years ago

koa has a method app.callback(), it seems that the return value is the raw app by http.createServer(), so I wonder if epilogue could consider supporting this. Nothing to do with koa framework or generator function.

m4rcelofs commented 7 years ago

Has anyone tried to use koa-connect?