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

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

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)