Jump to ratings and reviews
Rate this book

Netty in Action

Rate this book
Summary

Netty in Action introduces the Netty framework and shows you how to incorporate it into your Java network applications. You'll learn to write highly scalable applications without the need to dive into the low-level non-blocking APIs at the core of Java.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Netty is a Java-based networking framework that manages complex networking, multithreading, and concurrency for your applications. And Netty hides the boilerplate and low-level code, keeping your business logic separate and easier to reuse. With Netty, you get an easy-to-use API, leaving you free to focus on what's unique to your application.

About the Book

Netty in Action introduces the Netty framework and shows you how to incorporate it into your Java network applications. You will discover how to write highly scalable applications without getting into low-level APIs. The book teaches you to think in an asynchronous way as you work through its many hands-on examples and helps you master the best practices of building large-scale network apps.

What's Inside

About the Reader

This book assumes readers are comfortable with Java and basic network architecture.

About the Authors

Norman Maurer is a senior software engineer at Apple and a core developer of Netty. Marvin Wolfthal is a Dell Services consultant who has implemented mission-critical enterprise systems using Netty.

Table of Contents
PART 3 NETWORK PROTOCOLS

296 pages, Paperback

First published May 28, 2014

12 people are currently reading
110 people want to read

About the author

Norman Maurer

34 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
21 (19%)
4 stars
57 (53%)
3 stars
23 (21%)
2 stars
6 (5%)
1 star
0 (0%)
Displaying 1 - 12 of 12 reviews
Profile Image for Christophe Addinquy.
390 reviews19 followers
September 30, 2017
Waited for a long time, the text basicall y doesn't reach my hopes. Essentially because it missed the basic pedagogy to grab the basic paradigms of netty. The whole book is focused piece by piece on individual parts of the architecture, explained with raw code. I felt drowned by all this code, unable to see the big picture.
Ma note de lecture en Français ici
Profile Image for Alexander Yakushev.
49 reviews37 followers
November 4, 2018
Very good at what it is written for – to give the reader a good understanding of how Netty works and how to use it. This might not be the deepest or most eye-opening book you've read, and it might feel a little printed-javadocsy, but it fills many blind spots about Netty that you might have after learning it from the tutorials.
Profile Image for Edwin Dalorzo.
59 reviews4 followers
December 11, 2016
This is the only book on the topic. It is more a reference than a classical "in action" book. Even so it was very helpful in the implementation of a protocol I'm currently working on.
Profile Image for Siarhei Krukau.
90 reviews6 followers
April 19, 2020
I was very enthusiastic about this book at first, but then… The book didn't reach my expectations at all. It does not provide you a high level picture of Netty and its architecture, but merely concentrates on various parts of the pipeline. As a result, the reader lacks some important knowledge. Moreover, ⅓ of the book is about other things than Netty: success stories from enterprises using Netty and… Maven reference.

Disappointing book.
Profile Image for Leo.
323 reviews25 followers
August 14, 2025
It's not bad, but it could've been much better.
It's definitely the best, most comprehensive source of knowledge for Netty (and as fundamentals didn't change too much, it's still very relevant). On the other hand, I didn't like the structure much, and even after finishing reading it I still feel like I don't have a full picture of all parts of Netty and how to utilize them in my head.
It starts with a good overview, and ends strongly with some interesting usecases, but the middle felt too disjointed - "there's this bit, and there's also this, and also you can do this", with some parts feeling much like "printed javadoc".
I'd liked it much more if we could've been creating some app for the most of the span of the book, making it more complex with new capabilities introduced (websockets chapter was memorable for this).
Profile Image for Justin.
199 reviews44 followers
August 3, 2018
Must read for Java developers if only because it's the only book on Netty.
Profile Image for José Pinto.
1 review
July 25, 2014
His is a great book that cover the NIO advantages and it get straight to the point. Amusing book.
Profile Image for André Santos.
12 reviews4 followers
January 15, 2016
Very well written book, with nice examples and some interesting case studies at the end.
Profile Image for Mehar Svln.
11 reviews1 follower
Read
September 13, 2016
Well structured introduction to Netty, A boon given that netty documentation is not for neophytes
Profile Image for 啟聰.
4 reviews2 followers
April 1, 2017
Comprehensively introduces the concept of Netty, a perfect book for learning Netty.

However it lacks an introduction of writing WebSocket clients, which is a pity.
Displaying 1 - 12 of 12 reviews

Can't find what you're looking for?

Get help and learn more about the design.