Routing in Vert.x

Learn how to handle the routing requests in a Vert.x application.

Adding a basic endpoint

Notice that no matter which URL we specify, we always get the same result. ...