Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.08 KB

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.