An Image Processing Service API with full JWT authentication service
Cache Proxy is a simple, bare-bones caching proxy server implemented in Go. It serves as a basic solution for caching HTTP requests and responses, using an on-disk storage to store the cache.

Features
- On-disk Caching:
The server uses on-disk to store cached responses. This approach allows data stored on disk persists across application restarts and crashes. This ensures that cached data remains available for subsequent requests, reducing the need to recompute or re-fetch data.
- Proxy Functionality:
The server forwards client requests to the target server and caches the responses. If the same request is made again, the server returns the cached response, saving the time and resources of making a new request to the target server.
A simple, real-time broadcast server implemented in Go using WebSockets. This project allows multiple CLI clients to connect to a central server, send messages, and receive broadcasts of messages sent by other connected clients.
okerekeprincewill@cc.cc
cc.cc