Is there any other way to configure socket.io for secure and for using less resource from server?

前端 未结 0 1311
-上瘾入骨i
-上瘾入骨i 2020-12-23 05:58

server.js

var io = require(\'socket.io\')(6001, {
    cors: {
        origin: "http://example.localhost",
        methods: ["GET", "P         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题