Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.09 KB

File metadata and controls

60 lines (32 loc) · 1.09 KB

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.