RomanFama592

Results 1 comments of RomanFama592

people, it can be done with deno using the socket.io client This code works: ``` import { io } from "https://cdn.socket.io/4.6.1/socket.io.esm.min.js"; const socket = io("http://localhost:8080/", { transports: ["websocket"], }); socket.on("connect",...