Skip to content

b3log0/netty-practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netty-practice

base on netty 4.1.36-Final

intro

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.

sub-module introduce

  • 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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%