lpc
v1.0.5
Published
locally proxied cache
Downloads
9
Readme
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