I would like to run a XAMPP server, and a Nodejs server on the port 80.
If the server get a HTTP request, then XAMPP will handle it, if the server get a Websocket request, then Nodejs
How is it possible? If a port is already in use, then I can't start the other server program.