我正尝试在heroku上部署我的聊天应用程序,但当io变量部署在服务器上时,我找不到它的端口地址。
Let socket = io.connect("http://localhost:4000");发布于 2020-07-03 22:59:46
您可以使用为hoste4d应用程序提供的url。另请参阅what is the IP address of my heroku application。
https://stackoverflow.com/questions/62717382
复制相似问题