Girish Mahajan (Editor)

Netty (software)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Repository
  
github.com/netty/netty

Operating system
  
Cross-platform

Written in
  
Java

Developer(s)
  
Netty Project Community

Stable release
  
4.1.8.Final / January 30, 2017 (2017-01-30)

Preview release
  
5.0.0.Alpha3 / January 14, 2016 (2016-01-14)

Netty is a non-blocking I/O (NIO) client-server framework for the development of Java network applications such as protocol servers and clients. The asynchronous event-driven network application framework and tools are used to simplify network programming such as TCP and UDP socket servers. Netty includes an implementation of the reactor pattern of programming. Originally developed by JBoss, Netty is now developed and maintained by the Netty Project Community.

Besides being an asynchronous network application framework, Netty also includes built-in HTTP, HTTP2, DNS and more protocols support, including the ability to run inside a servlet container, support for WebSockets, integration with Google Protocol Buffers, SSL/TLS support, support for SPDY protocol and support for message compression. Netty has been actively developed since 2004.

As of version 4.0.0, Netty also supports the usage of NIO.2 as a backend, along with NIO and blocking Java sockets.

References

Netty (software) Wikipedia