Skip to content

Commit

Permalink
Update with Reactor Netty
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoBfim authored Dec 29, 2022
1 parent 839f902 commit 9592545
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 or 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 9592545

Please sign in to comment.