Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

caching-proxy

CLI tool that starts a caching proxy server, it will forward requests to the actual server and cache the responses.

This project build as one of roadmap.sh Backend Projects: https://roadmap.sh/projects/caching-server

usage

start proxy-server

caching-proxy --port <number> --origin <url>

query with curl

curl "http://127.0.0.1:3000/carts/2"

clear cache

caching-proxy --clear-cache

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages