Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdcg00/java-proxy
https://github.com/jdcg00/java-proxy
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdcg00/java-proxy
- Owner: JDCG00
- Created: 2024-08-28T23:12:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:14:16.000Z (5 months ago)
- Last Synced: 2024-11-08T10:24:49.745Z (3 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 dependenciesMeanwhile, the compiled output files will be generated in the `bin` folder by default.