项目作者: grimen

项目描述 :
WIP: A minimalistic HTTP cache reverse proxy middleware/server - for Node.js.
高级语言: JavaScript
项目地址: git://github.com/grimen/node-http-cache-proxy.git
创建时间: 2019-03-03T01:38:25Z
项目社区:https://github.com/grimen/node-http-cache-proxy

开源协议:MIT License

下载


node-http-cache-proxy Build Status

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

Introduction

Install

Install using npm:

  1. $ npm install @grimen/http-cache-proxy

Install using yarn:

  1. $ yarn add @grimen/http-cache-proxy

Use

Very basic example:

  1. const httpCacheProxy = require('@grimen/http-cache-proxy')
  2. // TODO

Test

Clone down source code:

  1. $ make install

Run colorful tests using jest:

  1. $ 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.