Besides netty socket.io, I have implemented some REST endpoints, mainly to control the server or get its health state.
I am running netty socket.io on port 443, and a separate jetty server on another port, which I would like to move to port 443 as well.
I know I can't run both services on the same port, but I believe I saw socket.io is using jetty internally. Is there a way to use the internal jetty instance for my REST endpoints?