Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdcg00/java-proxy


https://github.com/jdcg00/java-proxy

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

## Getting Started

Java proxy server that forwards requests to a target server. The target server is specified in the configuration file. The proxy server listens on a specified port and forwards requests to the target server. The proxy server should be able to handle multiple requests concurrently.

## Folder Structure

The workspace contains two folders by default, where:

- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the `bin` folder by default.