Update socket-io CORS origin
require("socket.io")(http, { cors: { origin: "*" }, });
Start your backend server
Connect and let's rock n roll