Skip to content

Standalone Java application with an embedded Undertow web server

License

Notifications You must be signed in to change notification settings

tutorialworks/java-http-server-undertow

Repository files navigation

Simple embedded HTTP server example for Java with Undertow

This example repository goes with the article at:

https://www.tutorialworks.com/java-simple-http-server-undertow/

To run this demo:

mvn clean package

java -jar target/java-http-server-undertow-1.0-SNAPSHOT-jar-with-dependencies.jar

To test it, go to http://localhost:8080/ in your browser.

To stop the server, press Ctrl-C.

Technologies used

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Standalone Java application with an embedded Undertow web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages