FOSS-VG/resources/java/netty-tests
BodgeMaster e0994e5db8 resources/java/netty-tests: Add maven project
This is going to be used for figuring out how Netty operates
and whether we should just make our own version or port the
existing Netty to C++ and use it as a dependency or whether
we even need it at all.
2022-10-30 03:17:25 +01:00
..
src/main/java/foss_vg resources/java/netty-tests: Add maven project 2022-10-30 03:17:25 +01:00
README.md resources/java/netty-tests: Add maven project 2022-10-30 03:17:25 +01:00
pom.xml resources/java/netty-tests: Add maven project 2022-10-30 03:17:25 +01:00
run_client.sh resources/java/netty-tests: Add maven project 2022-10-30 03:17:25 +01:00
run_server.sh resources/java/netty-tests: Add maven project 2022-10-30 03:17:25 +01:00

README.md

Netty Testing

This sub-project is used to learn how Netty works

Build with Maven (mvn compile). Run with the build scripts.