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
- Host: GitHub
- URL: https://github.com/njdevpro/simpleundertowserver
- Owner: NJdevPro
- License: apache-2.0
- Created: 2022-04-13T08:28:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T15:14:40.000Z (about 3 years ago)
- Last Synced: 2025-01-01T22:11:45.613Z (about 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.