https://github.com/bootique/bootique-undertow
Bootique integration with Undertow
https://github.com/bootique/bootique-undertow
Last synced: about 1 year ago
JSON representation
Bootique integration with Undertow
- Host: GitHub
- URL: https://github.com/bootique/bootique-undertow
- Owner: bootique
- License: apache-2.0
- Created: 2016-12-06T13:43:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T13:22:46.000Z (about 1 year ago)
- Last Synced: 2025-04-19T18:03:28.214Z (about 1 year ago)
- Language: Java
- Size: 177 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bootique/bootique-undertow/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/io.bootique.undertow/bootique-undertow/)
# bootique-undertow
**WARNING: the last release of Bootique that supports "bootique-undertow" is 3.0. It is currently deprecated, and will be removed from Bootique 4.0. We recommend our users to switch to Jetty, or to fork this module and support it on their own.**
Provides [Undertow](http://undertow.io/) integration with [Bootique](http://bootique.io).
See usage example [bootique-undertow-demo](https://github.com/bootique-examples/bootique-undertow-demo).
## Goals
Fast, Testable, Simple HTTP Server, that supports DI in Controllers and Middlewares.