Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootique/bootique-undertow
Bootique integration with Undertow
https://github.com/bootique/bootique-undertow
Last synced: about 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T17:42:59.000Z (3 months ago)
- Last Synced: 2024-10-18T15:37:49.733Z (2 months ago)
- Language: Java
- Size: 170 KB
- Stars: 5
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![build test deploy](https://github.com/bootique/bootique-undertow/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-undertow/actions/workflows/maven.yml)
[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.undertow/bootique-undertow.svg?colorB=brightgreen)](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.