Skip to content

Commit 82e28f9

Browse files
authored
Update README.md
1 parent 76df59d commit 82e28f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Undertow is a very fast low level non blocking web server written in Java. It is
3333
* [Simple REST server in Undertow](https://www.stubbornjava.com/posts/lightweight-embedded-java-rest-server-without-a-framework)
3434
* [Virtual Hosting in Undertow](https://www.stubbornjava.com/posts/virtual-hosting-in-undertow-s-embedded-java-web-server)
3535
* [Webpack and npm with Java](https://www.stubbornjava.com/posts/webpack-and-npm-for-simple-java-8-web-apps)
36+
* [Sharing routes and running multiple webservers in a single JVM](https://www.stubbornjava.com/posts/sharing-routes-and-running-multiple-java-services-in-a-single-jvm-with-undertow)
3637

3738
## OkHttp for HTTP Client
3839
* [OkHttp Example REST client](https://www.stubbornjava.com/posts/okhttp-example-rest-client)

0 commit comments

Comments
 (0)