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

https://github.com/njdevpro/simpleundertowserver

A very basic REST server based on the Undertow framework
https://github.com/njdevpro/simpleundertowserver

Last synced: 2 months ago
JSON representation

A very basic REST server based on the Undertow framework

Awesome Lists containing this project

README

          

# SimpleUndertowServer

A skeleton of a REST server based on the Undertow framework and JSON.

https://undertow.io/

Handles HTTP and HTTPS.
The Keystore should be generated with OpenSSH.

Should build with Java 8 upward.