Netty introduction and actual combat-architecture study notes 30

Netty introduction and actual combat

  1. Betty is a java open source framework provided by JBOSS. Netty provides an asynchronous, event-driven network application framework for rapid development of high-performance and highly reliable network IO programs
  2. Netty can help you develop a network application quickly and simply, which is equivalent to simplifying and streamlining the development process of NIO
  3. Netty is currently the most popular NIO framework. Netty has been widely used in the Internet field, big data distributed computing field, game industry, communication industry, etc., and the well-known Elasticsearch and Dubbo frameworks have adopted Netty.

Since Netty involves a lot of knowledge points, I also extracted a network programming column to place Netty-related blogs. If you understand Netty, you can lay a good foundation for the next distributed architecture article reading. Netty's several main article paths are me It has been sorted out, please go to read it yourself

Netty quick start and Reactor mode

Detailed explanation of Netty advanced internal components

Netty codec and custom protocol

Netty codec and custom protocol

Guess you like

Origin blog.csdn.net/weixin_44642403/article/details/113739310
Recommended