What I mean is how do I create a socket server so that it accepts connections to, for example,:
ws://localhost:1234/echo
ws://localhost:1234/chat

I don't find it anywhere in the Qt doc.