Skip to content

yeetdevDave/Caching-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Caching Proxy

Caching Proxy is a project to build a CLI tool that starts a caching proxy server, it will forward requests to the actual server and cache the responses. If the same request is made again, it will return the cached response instead of forwarding the request to the server.

Installation

git clone https://github.com/yeetdevDave/Caching-Proxy.git
cd Caching-Proxy
npm install

How to use

node index.js --port <number> --origin <url>

Example

node index.js --port 3000 --origin http://dummyjson.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published