// socket io ESM import { io } from "https://cdn.socket.io/4.3.0/socket.io.esm.min.js"; const socket = io(); socket.emit("hello", "world");