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.
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.
Official sources
- [1]jetty/jetty.project — GitHub repository metadata(2026-09-17)
- [2]Eclipse Jetty — README (12.1.x)(2026-09-17)
- [3]Eclipse Jetty — pom.xml (12.1.x)(2026-09-17)
- [4]Eclipse Jetty — NOTICE.txt(2026-09-17)
- [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
Get the source
git clone --depth 1 https://github.com/jetty/jetty.project.git - 2
Enter the repository
cd jetty.project - 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
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
Categories
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
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- React250,526 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Vue 2212,485 Stars
The legacy Vue repository, EOL since the end of 2023 and directing users to Vue 3.
TypeScript - n8n204,729 Stars
A fair-code platform combining a visual canvas and code for service integrations, workflows, and AI agents.
TypeScript - Ollama181,232 Stars
A runtime for downloading and running open models on a computer or server through a CLI and local API.
Go - Flutter178,980 Stars
A BSD-3-Clause cross-platform SDK for building mobile, web, and desktop UIs from a Dart codebase.
Dart
Report incorrect information
Tell us if any listing information is incorrect or outdated.