e0994e5db8
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. |
||
---|---|---|
.. | ||
src/main/java/foss_vg | ||
README.md | ||
pom.xml | ||
run_client.sh | ||
run_server.sh |
README.md
Netty Testing
This sub-project is used to learn how Netty works
Build with Maven (mvn compile
). Run with the build scripts.