resourcejs
resourcejs copied to clipboard
WIP Feature: Add support for KoaJS
trafficstars
Added KoaJS support which I needed personally.
- [x] All tests work
- [x] All functions are supported
- [x] Everything is now async
- [x] Refactored node-paginate-anything.js for Koa and put it under utils.js
- [ ] stackProcessor is not used (since I am unsure whether it can provide any use
It adds more dependancies since KoaJS does not have router or more protected query strings by default. Because of that I am unsure whether this should be a different package all together.