Skip to content

isu1501/caching-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧰 Caching Proxy Server (Golang CLI Tool)

A CLI-based caching proxy server built in Go. It forwards requests to an origin server, caches responses, and serves from cache on repeated requests.

🔗 Listed on roadmap.sh Projects


🚀 Features

  • CLI tool to start the proxy server
  • Forwards requests to the origin server
  • Caches responses Redis
  • Returns X-Cache: HIT or X-Cache: MISS header
  • CLI command to clear the cache

📦 Requirements

  • Go 1.18+
  • Redis

⚙️ Usage

✅ Build the binary

go build -o caching-proxy main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages