Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages