http://code.google.com/p/jabhttpd/ This project implements a HTTP server based on Java NIO2.0 (AIO) . Features: 1.Keep-alive conection. 2.Async read, pipe line write queue. 3.Zero copy when send file to client. 4.No servlet like api.