/jank

Primary LanguageJavaScriptMIT LicenseMIT

jank

Proxy RESTful API calls through a janky HTTP server

Make sure your app is battle-tested against the poorest server performance. Just stand this up in front of your working RESTful API, point your app to the proxy, and let the stuttering performance begin!

TODO

  1. Scripts setup for dev environment
  2. Tests & CI
  3. CLI
  4. Documentation
  5. HTTPs support for the proxy, currently only handles HTTP incoming
  6. More configurations for server jankiness
    • Error codes 500, 503, 504, etc...
      • Configure only on certain endpoints?