Mozzius
0
Q:

socket.io cors

const io = require("socket.io")(httpServer, {  cors: {    origin: "http://localhost:8080",    methods: ["GET", "POST"]  }});httpServer.listen(3000);
0

New to Communities?

Join the community