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

后端 未结 0 1107
有刺的猬
有刺的猬 2020-12-23 05:48

server.js

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


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