What are some Servlet Container for Netty

2019-08-24 18:14发布

I wanted to build myself a Web based chat application (something like hipchat or facebook chat)I think netty is the way for this since it is event driven, However. Netty does not have any servlet container. So How do I build my own servlet container for netty? or better yet how do you build your own ServletContainer?

1条回答
仙女界的扛把子
2楼-- · 2019-08-24 18:37

Perhaps Netty is too low level for what you are trying to accomplish. If you want an embedded solution in which servlets can be executed, why not trying Jetty instead?

http://www.eclipse.org/jetty/

查看更多
登录 后发表回答