resourcejs icon indicating copy to clipboard operation
resourcejs copied to clipboard

WIP Feature: Add support for KoaJS

Open Sefriol opened this issue 5 years ago • 0 comments
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.

Sefriol avatar Jul 14 '20 17:07 Sefriol