Servlet API implementation using Netty

后端 未结 4 1791
-上瘾入骨i
-上瘾入骨i 2020-12-08 11:18

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.

  • http://www.jboss.org/net
4条回答
  •  一向
    一向 (楼主)
    2020-12-08 12:04

    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.

提交回复
热议问题