What is the difference between jetty and netty?

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?

N and J. Just kidding 🙂

Jetty is a Lightweight servlet container, easy to embed in a java application, and an easy-to-use jetty client.

Netty is an asynchronous event-driven network application framework.
For example, you can write your own servlet container or http client application with the help of the Netty framework.

Edit:

Forgot to mention that Jetty 8 and Apache Tomcat 7 support the servlet 3.0 specification, but netty does not. Because it is not a servlet container.

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?

N and J. Just kidding 🙂

Jetty is a lightweight servlet container, easy to embed in a java In the application, there is also an easy-to-use jetty client.

Netty is an asynchronous event-driven network application framework.
For example, you can write your own servlet container or http client application with the help of the Netty framework.

Edit:

Forgot to mention that Jetty 8 and Apache Tomcat 7 support the servlet 3.0 specification, but netty does not. Because it is not a servlet container.

Leave a Comment

Your email address will not be published.