OSS Tanbou

Eclipse Jetty — A Java web server and Servlet container for HTTP/1, HTTP/2, HTTP/3, and embedded use

OSS health 96
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
4,093
Primary language
Java
License
Not determined
Repository last updated
Sep 17, 2026

Overview

Eclipse Jetty is a Java web server and Servlet container supporting HTTP/1, HTTP/2, HTTP/3, WebSocket, and Servlet workloads. It can run as a standalone distribution for WAR deployment or be embedded directly inside an application. The latest release checked on September 17, 2026 is 12.1.13.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Choose between a standalone web server and an embedded library from the same codebase

Jetty is an asynchronous Java web server and Servlet container covering HTTP/1, HTTP/2, HTTP/3, WebSocket, and Servlet workloads. It supports both traditional WAR deployment from a distribution and embedded applications built directly around Server and handlers.

Sources: [2]

Compose EE8 through EE11 deployments alongside HTTP client/server modules

The 12.1 line includes jetty-core plus EE8, EE9, EE10, and EE11 module families, and the README shows multiple EE deployment generations enabled in the same base. The build targets Java 17, while the project also contains HTTP client, FCGI, WebSocket, and related modules.

Sources: [2][3]

For teams that want Servlet/Jakarta EE hosting and embedded HTTP servers in one Java stack

Jetty works for conventional WAR deployments as well as microservices and tools that embed a server inside the application. If you need HTTP protocol handling plus Servlet/container semantics, it is more direct than a lower-level networking framework such as Netty.

Sources: [2]

Pin the Java and EE generation first, then test module and compliance changes on upgrade

The 12.1 line targets Java 17, and the selected EE8–EE11 modules determine deployment compatibility. Jetty 12.1.13 also changes connection-failure handling, multipart compliance, authentication behavior, and HTTP/3 dependencies. Review module configuration and integration tests when upgrading. Jetty artifacts are offered under EPL-2.0 or Apache-2.0.

Sources: [3][4][5]

Official sources

  1. [1]jetty/jetty.project — GitHub repository metadata(2026-09-17)
  2. [2]Eclipse Jetty — README (12.1.x)(2026-09-17)
  3. [3]Eclipse Jetty — pom.xml (12.1.x)(2026-09-17)
  4. [4]Eclipse Jetty — NOTICE.txt(2026-09-17)
  5. [5]Eclipse Jetty 12.1.13 release(2026-09-17)
Supplemental curator note

Position Jetty above lower-level networking frameworks such as Netty: it provides a web server/container layer with both WAR deployment and embedded APIs.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/jetty/jetty.project.git
  2. 2

    Enter the repository

    cd jetty.project
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

4,093 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
43
Open PRs
63

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • jetty
  • websockets
  • java
  • servlet
  • http-server
  • http2
  • http-client
  • http
  • https
  • ssl
  • tls
  • jsp
Stars
4,093
Forks
2,016
Watchers
253
Open issues
221
Primary language
Java
License
Not determined
Repository last updated
Sep 17, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.