GitHub - JavaWebStack/http-router-undertow: An implementation of an undertow adapter for http-router

Skip to content

Navigation Menu

Sign in

Appearance settings

Undertow Adapter for the JWS HTTP Routing Library

GitHub Workflow Status (branch) GitHub Maven metadata URL GitHub contributors Lines of code Discord Twitter Follow

Introduction

An implementation of an undertow adapter for http-router. This adapter currently doesn't fully support websockets.

Documentation

You can find the current docs on our website. This is a work-in-progress project though so it's not yet complete.

Maven

<dependency>
    <groupId>org.javawebstack</groupId>
    <artifactId>http-router-undertow</artifactId>
    <version>1.0.0</version>
</dependency>