I have a website hosted on lighttpd, accessible at the \"www\" subdomain. I also have a chat server listening on port 8124 made with node.js and socket.io.
I want al
mod_proxy is known to be not compatible with websockets.
HAProxy is compatible (I haven't tested it myself but here's an article on its configuration for websockets).