Skip to content

Commit

Permalink
Merge pull request learning-zone#5 from ThiagoBfim/spring
Browse files Browse the repository at this point in the history
Including Reactor Netty as embedded containers supported by Spring Boot?
  • Loading branch information
learning-zone authored Feb 19, 2023
2 parents 839f902 + aab3c73 commit 348fe85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1313,11 +1313,12 @@ It helps to access the current state of an application that is running in a prod

## Q. ***Which Embedded Containers are Supported by Spring Boot?***

Spring Boot contains Jetty, Tomcat, and Undertow servers, all of which are embedded.
Spring Boot contains Jetty, Tomcat, Undertow and Reactor Netty servers, all of which are embedded.

* **Jetty** – Used in a wide number of projects, Eclipse Jetty can be embedded in framework, application servers, tools, and * clusters.
* **Tomcat** – Apache Tomcat is an open source JavaServer Pages implementation which works well with embedded systems.
* **Undertow** – A flexible and prominent web server that uses small single handlers to develop a web server.
* **Reactor Netty** - Reactor Netty offers non-blocking and backpressure-ready TCP/HTTP/UDP/QUIC clients & servers based on Netty framework.

<div align="right">
<b><a href="#">↥ back to top</a></b>
Expand Down

0 comments on commit 348fe85

Please sign in to comment.