This is the Linux app named Netty whose latest release can be downloaded as netty-4.2.11.Finalsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Netty with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Netty
DESCRIPTION
Netty is an asynchronous, event-driven networking framework for the JVM that simplifies building high-performance clients and servers. It wraps Java NIO with a channel/handler pipeline model, enabling clean composition of codecs, TLS, and application logic with minimal overhead. Its ByteBuf abstractions, buffer pooling, and zero-copy techniques help reduce GC pressure and improve throughput under heavy I/O. Support for common protocols—HTTP/1.1, HTTP/2, WebSocket, and raw TCP/UDP—makes it a foundation for RPC frameworks, proxies, and messaging systems. Pluggable transports and native integrations (like epoll or kqueue where available) allow fine-tuning for different operating systems. With robust resource management, leak detection, and extensive testing, Netty is widely chosen when low latency, scalability, and control over the I/O stack are required.
Features
- Non-blocking I/O framework enabling scalable network applications using reactor pattern
- Supports multiple protocols: TCP, UDP, SSL/TLS, HTTP/1.x, HTTP/2, HTTP/3, WebSockets, DNS, Protocol Buffers, SPDY
- Built-in support for NIO, NIO.2, and traditional blocking I/O models
- Simplifies complex network programming tasks—e.g., socket handling, protocol framing, threading
- High performance and maintainable code architecture for servers and clients
- Active open source community, extensive documentation and examples, mature since early 2000s
Programming Language
Java
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/netty.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.