New Tools for JBoss Netty
Version 1.0.2 of Netty-Tools is now available.
Netty-Tools is a collection of tools for working with JBoss Netty.
The tools include a HTTP file serving handler that supports serving from file system or class path, and a cache that can be used in conjunction with the file server. There is also a router that can route incoming HTTP requests to different ChannelHandlers, and supports some matching rules.
This version introduces an event-driven Async WebSocket client in pure Java with Netty, and Thrift support.
It can be downloaded now from github.