Yeah I know. I was just wondering if people have some solution. Cause I would like to run all apps on the standard http(s) ports.
I guess one way would be to reverse proxy it, but bleh, don't feel like having to install yet another thing lol! I'm on windows, I could try with IIS but do i really want to try??? lol and Nginx is not robust for Windows yet 9Something to do with threading model).
The real cool way would be to write one vertx based HTTP server and based on the PATH route to different "application" verticles/handlers internally. So every time you drop a module in the modules folder it registers itself with the main HTTP server and voila...
But again to much work for what is is now...