What's the difference between Jetty and Netty?

前端 未结 3 1295
青春惊慌失措
青春惊慌失措 2021-01-29 18:37

What is the main difference between Jetty and Netty?

Netty is part of Jboss, but is it the default web server container?

Does Netty support Servlets 3.0?

3条回答
  •  没有蜡笔的小新
    2021-01-29 19:25

    This is crude simplification, but it allows to understand the difference easily:

    Netty is a framework to write TCP applications.

    Jetty is a framework to write HTTP applications.

提交回复
热议问题