base on netty 4.1.36-Final
netty is a high-performance, asynchronous event-driven network application framework.it also allow us to define customer protocols,besides,we could use it to build a tcp/udp application on daily work.so,it's necessary to learn more about how to use it ,and that's why this repo exist.
-
netty-tcp-simple-example
a simple demo for someone who never ever use netty framework with using tcp protocol.there's one tcp server and one client inside it, to help you get through it.