Do not connect to the server in electron.js #3957
-
my code in electron : ////errors in console |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! Did you try with: const { io } = require("socket.io-client");
const socket = io("http://localhost"); |
Beta Was this translation helpful? Give feedback.
Hi! Did you try with: