Skip to content

Latest commit

History

History
30 lines (24 loc) · 1.38 KB

File metadata and controls

30 lines (24 loc) · 1.38 KB



JWS HTTP Routing Library

GitHub Workflow Status (branch)GitHubMaven metadata URLGitHub contributorsLines of codeDiscordTwitter Follow

Introduction

This library provides a routing and request mapping stack on top of the well known and industry proven eclipse jetty http server. It also supports 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-server</artifactId>
<version>1.0.2</version>
</dependency>