Skip to content

AugustLigh/proxyserver

Repository files navigation

Simple Java Proxy

A lightweight and efficient proxy server written in Java, designed for ease of use and capable of being compiled into native code for optimal performance.

🚀 Features

  • Multi-threaded architecture for high performance.
  • Utilizes modern Java tools for efficiency.
  • Easy setup and usage.

📥 Run Locally

  1. Clone the repository

    git clone https://github.com/AugustLigh/proxyserver
  2. Navigate to the project directory

    cd proxyserver
  3. Start the server

    gradle run

    Or download the precompiled version directly from the repository.

🛠 Optimizations

  • Leverages multiple threads for better handling of concurrent connections.
  • Implements modern Java utilities for improved performance.

🛤 Roadmap

  • 🐞 Fix known and reported bugs.
  • ⚡ Further enhance performance.
  • 🧹 Refactor and improve code quality.

📜 License

This project is licensed under the Apache 2.0 License.

About

HTTP/HTTPS java proxy server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages