1.0.5 • Published 4 years ago

lpc v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

lpc (Locally Proxied Cache)

LPC is a local http service that enables proxying and cache outgoing requests. Its main use case is to speed up booting of apps that requires multiple http requests to be accomplished before finishing the starting process, although it can be used for any case where an http proxy makes sense.

How to use

Run following command:

    $ npx lpc <PARAMETERS>

Command Line Help / Parameters

Run following command to get a list of available parameters:

    $ npx lpc --help

Requirements

lpc requires Node.js v10+ to run.

Building for source

To build lpc locally, run

$ git clone https://github.com/juancancela/lpc.git

Todos

  • Unit Tests
  • More testing!

License

MIT

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago