Eclipse Jetty is a widely-used async Java-based HTTP server and servlet engine supporting HTTP/1.0, HTTP/1.1, HTTP/2, HTTP/3, WebSocket, UnixSocket, and FastCGI protocols.
Jetty is a pure Java-based HTTP (Web) server and servlet engine with additional support for WebSockets, HTTP/2, HTTP/3, FastCGI, and many other integrations.
For list of all versions of Jetty, see Jetty Documentation: What Jetty Version?
Current versions are:
Jetty Version | Java Min Version | Servlet | Supported? |
---|---|---|---|
Jetty 12 | 17 | 6.0 & 5.0 & 4.0 | Pre-release / Supported |
Jetty 11 | 11 | 5.0 | Stable / Supported |
Jetty 10 | 11 | 4.0 | Stable / Supported |
Jetty 9 | 8 | 3.1 | End of Life |
Jetty 8 | 6 | 3.0 | End of Life |
Jetty 7 | 5 | 2.5 | End of Life |