https://github.com/jdcg00/java-proxy
https://github.com/jdcg00/java-proxy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdcg00/java-proxy
- Owner: JDCG00
- Created: 2024-08-28T23:12:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:14:16.000Z (10 months ago)
- Last Synced: 2024-12-31T15:23:31.826Z (6 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.