Netty-talk about the usage scenarios of Netty in business

Artificial intelligence, zero-based entry! http://www.captainbed.net/inner  

  • Build high-performance, low-latency Java middleware, such as MQ, distributed service framework, ESB message bus, etc. Netty is mainly used as a basic communication framework to provide high-performance, low-latency communication services;
  • The basic communication framework of public or private protocol stacks, for example, an asynchronous, high-performance WebSocket protocol stack can be built based on Netty;
  • For applications in various fields, such as big data, games, etc., Netty is used as a high-performance communication framework for data distribution, transmission, and aggregation of internal modules to achieve high-performance communication between modules.

 

Guess you like

Origin blog.csdn.net/qq_35860138/article/details/112212252
Recommended