Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Undertow
Undertow is a flexible performant web server written in java, providing both blocking and non-blocking API's based on NIO.

Undertow has a composition based architecture that allows you to build a web server by combining small single purpose
handlers. The gives you the flexibility to choose between a full Java EE servlet 4.0 container, or a low level non-blocking
handlers. This design gives you the flexibility to choose between a full Java EE servlet 4.0 container, or a low level non-blocking
handler, to anything in between.

Undertow is designed to be fully embeddable, with easy to use fluent builder APIs. Undertow's lifecycle is completely
Expand Down