DEV Community

Cover image for A tiny local HTTP proxy cache
Juan Carlos Cancela
Juan Carlos Cancela

Posted on

A tiny local HTTP proxy 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.

To use it, just run npx lpc@latest --hostname=HOSTNAME.

Top comments (0)