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.
- Host: GitHub
- URL: https://github.com/grimen/node-http-cache-proxy
- Owner: grimen
- License: mit
- Created: 2019-03-03T01:38:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T08:08:13.000Z (almost 7 years ago)
- Last Synced: 2025-06-30T17:49:54.776Z (8 months ago)
- Topics: cache, cache-proxy, http, proxy, reverse, reverse-proxy
- Language: JavaScript
- Homepage: https://npmjs.com/package/@grimen/http-cache-proxy
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# `node-http-cache-proxy` [](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.