Skip to content

Commit a04658d

Browse files
committed
Add README
1 parent de93e16 commit a04658d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)