We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de93e16 commit a04658dCopy full SHA for a04658d
README.md
@@ -0,0 +1,17 @@
1
+proxybase
2
+-
3
+A shared library for network proxy applications based on [netty](https://netty.io/).
4
+
5
+# Description
6
+This library intends to remove boilerplate code from the development of protocol-aware network proxies in
7
+Java based on netty.
8
9
+# How to use
10
+TODO
11
12
+# Projects using proxybase
13
+Some of these very handy protocol proxies use proxybase to make them tick:
14
+* [kafkaproxy](https://github.com/dajudge/kafkaproxy)
15
+* [psqlproxy](https://github.com/dajudge/psqlproxy)
16
+* [mssqlproxy](https://github.com/dajudge/mssqlproxy)
17
0 commit comments