WIP: A minimalistic HTTP cache reverse proxy middleware/server - for Node.js.
node-http-cache-proxy
A minimalistic HTTP cache reverse proxy middleware/server - for Node.js.
…
Install using npm:
$ npm install @grimen/http-cache-proxy
Install using yarn:
$ yarn add @grimen/http-cache-proxy
Very basic example:
const httpCacheProxy = require('@grimen/http-cache-proxy')
// TODO
Clone down source code:
$ make install
Run colorful tests using jest:
$ make test
This project was mainly initiated - in lack of solid existing alternatives - to be used at our work at Markable.ai to have common code conventions between various programming environments where Node.js (for I/O heavy operations) is heavily used.
Released under the MIT license.