Clone this repository and install dependencies:
git clone https://github.com/yourusername/caching-proxy.git
cd caching-proxy
npm install- ⚡ In-memory caching for fast repeated requests
- 🌐 Acts as a transparent proxy between client and origin
- 🧹 One-command cache clearing (
--clear-cache) - 🧾 Custom origin and port configuration
- 🛡️ Graceful shutdown (
Ctrl + C)