Skip to content

grimen/node-http-cache-proxy

Repository files navigation

node-http-cache-proxy Build Status

A minimalistic HTTP cache reverse proxy middleware/server - for Node.js.

Introduction

...

Install

Install using npm:

$ npm install @grimen/http-cache-proxy

Install using yarn:

$ yarn add @grimen/http-cache-proxy

Use

Very basic example:

const httpCacheProxy = require('@grimen/http-cache-proxy')

// TODO

Test

Clone down source code:

$ make install

Run colorful tests using jest:

$ make test

About

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.

License

Released under the MIT license.

Releases

No releases published

Packages

No packages published