Has anyone made a Servlet API implementation built on top of Netty? I\'m tempted to build my own as I can\'t google an implementation.
Do you looking for Netty-Servlet-bridge?
This project provides a Servlet API implementation for Netty.IO framework (http://netty.io/). Netty Servlet Bridge allows integration of existing Servlet API based web-applications into the Netty-backed infrastructure.
This project provides a Servlet API implementation for Netty.IO framework (http://netty.io/).
Netty Servlet Bridge allows integration of existing Servlet API based web-applications into the Netty-backed infrastructure.