Node js - Socket.io client is not connect to remote server

前端 未结 0 1010
北荒
北荒 2020-11-28 03:21

I am trying to connect to a socket.io-client using the following code:

var app = require(\'express\')();
var http = require(\'http\').Server(app);
var io = re         


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