Jetty is a lightweight Java servlet container designed for embeddable use cases and fast startup times. It is commonly used in microservices and embedded Java applications.
- Embedded Java servers.
- Lightweight servlet container needs.
- Fast startup and low memory usage.
- Servlet and WebSocket support.
- Easy embedding into applications.
- Good fit for microservices and tooling.
How to set up Jetty