An open API service indexing awesome lists of open source software.

https://github.com/grimen/node-http-cache-proxy

WIP: A minimalistic HTTP cache reverse proxy middleware/server - for Node.js.
https://github.com/grimen/node-http-cache-proxy

cache cache-proxy http proxy reverse reverse-proxy

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# `node-http-cache-proxy` [![Build Status](https://travis-ci.com/grimen/node-http-cache-proxy.svg?token=sspjPRWbecBSpceU8Jyn&branch=master)](https://travis-ci.com/grimen/node-http-cache-proxy)

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

## Introduction

...

## Install

Install using **npm**:

```bash
$ npm install @grimen/http-cache-proxy
```

Install using **yarn**:

```bash
$ yarn add @grimen/http-cache-proxy
```

# Use

Very basic **[example](https://github.com/grimen/node-http-cache-proxy/tree/master/examples/basic.js)**:

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

// TODO
```

## Test

Clone down source code:

```sh
$ make install
```

Run **colorful tests** using **jest**:

```sh
$ make test
```

## About

This project was mainly initiated - in lack of solid existing alternatives - to be used at our work at **[Markable.ai](https://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.