配置 Socket.io 跨域 - 前端笔记-const httpServer = require('http').createServer(app); const io = require(socket.io)(httpS...

学习笔记

点滴记忆
回忆过往
首页>> web后端 >>配置 Socket.io 跨域 - 前端笔记
const httpServer = require('http').createServer(app);
const io = require("socket.io")(httpServer, {
allowEIO3: true,
cors: {
origin: "*", // from the screenshot you provided
methods: ["GET", "POST"]
}
});

×

感谢您的支持,我们会一直保持!

扫码支持
请土豪扫码随意打赏

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

打赏作者
版权所有,转载注意明处:前端笔记 » 配置 Socket.io 跨域

发表评论

路人甲 表情
Ctrl+Enter快速提交

网友评论(0)