https://github.com/dajudge/proxybase
Base classes for efficient proxy implementations in Java based on netty
https://github.com/dajudge/proxybase
Last synced: over 1 year ago
JSON representation
Base classes for efficient proxy implementations in Java based on netty
- Host: GitHub
- URL: https://github.com/dajudge/proxybase
- Owner: dajudge
- License: apache-2.0
- Created: 2020-04-04T11:22:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T09:33:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T14:51:22.556Z (over 1 year ago)
- Language: Java
- Size: 203 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
proxybase
-
A shared library for network proxy applications based on [netty](https://netty.io/).
# Description
This library intends to remove boilerplate code from the development of protocol-aware network proxies in
Java based on netty.
# How to use
TODO
# Projects using proxybase
Some of these very handy protocol proxies use proxybase to make them tick:
* [kafkaproxy](https://github.com/dajudge/kafkaproxy)
* [psqlproxy](https://github.com/dajudge/psqlproxy)
* [mssqlproxy](https://github.com/dajudge/mssqlproxy)