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.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 4555 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.