Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.