The objective of this project was to implement a Web Proxy Server. A Web proxy is a local server, which fetches items from the Web on behalf of a Web client instead of the client fetching them directly. This allows for caching of pages and access control.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project implements a functional web proxy server as part of a university networking course (CSU33031). It's designed for students and developers to learn about HTTP, caching, and server-side request handling by building a server that intercepts client requests, fetches web content, and applies access control.