I have just seen that the Websockets reference MDN article says
Used for opening a new WebSocket server. Required information is (port, origin, location).
Then, does it mean I can create a websocket server client-side?
If that's it, does it mean I can turn this... (each arrow is a websocket connection)
...into this?
But, do browsers have the power of doing that without any router/firewall configuration?
And how can I use it? The WebSocketServer
link is broken. And I have tried searching it but I haven't found anything.