WebSocket is not defined : node_modules/lib0/websocket.js:25:23

You are running the client in Node.js, not in browser. There is no WebSocket in Node.js. Import client.js inside .html file and see what happens then.

3 Likes