tesfaldet / mongoose-opt-paginate

Optimized pagination using indexes (no cursor.skip) with fallback. Used with Mongoose + Express, or Mongoose + Koa.
Other
1 stars 5 forks source link

Can make a hapi.js integration too? #4

Closed jorgecuesta closed 8 years ago

jorgecuesta commented 8 years ago

Hi guys, doing a research on google I found your work and look really nice (grats!) I be working with Hapi.js and is a really nice Framework, maybe you can do an extra to support it? Regards,

tesfaldet commented 8 years ago

Hey Jorge,

Thanks! There are still some things I'd like to work on, such as having optimized pagination work for date fields. I looked into Hapi.js and it certainly looks nice, however, I currently wouldn't have the time to start working on a Hapi.js implementation (in school right now!). Feel free to fork the project and make your own though!

jorgecuesta commented 8 years ago

Hi @tesfaldet I create Hapi.js version forked from you and make reference to you and your great job! https://www.npmjs.com/package/hapi-mongoose-opt-paginate Regards