Netty
-
Enterprise Java
Customize Event Handlers & Listeners in a Netty Chat Room Application
Netty is a framework for building high-performance, scalable network applications in Java. One of its key features is its event-driven…
Read More » -
Core Java
The structure of Netty
Netty‘s package structure is fantastic. Every programmer should study it; every system should mimic it; every project manager should print…
Read More » -
Enterprise Java
Whirlpool: Microservices Using Netty And Kafka
Introduction In my last blog, I introduced Netty being used as a web server. That example worked well… as long…
Read More » -
Core Java
Netty: Testing encoders/decoders
I’ve been working with Netty a bit recently and having built a pipeline of encoders/decoders as described in this excellent…
Read More » -
Enterprise Java
Netty: A Different Kind of Web(Socket) Server
Netty is used today in all kinds of applications, all over the Internet, to handle thousands (if not millions) of chat…
Read More »