I run a simple websocket using
const WebSocket = require(\'ws\') const wss = new WebSocket.Server({ port: 8080 });
when I try to connect to the