Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

服务端应该怎么发布部署? #25

Open
YoChen opened this issue Oct 13, 2020 · 7 comments
Open

服务端应该怎么发布部署? #25

YoChen opened this issue Oct 13, 2020 · 7 comments

Comments

@YoChen
Copy link

YoChen commented Oct 13, 2020

发布成web项目?
Exe文件?
Dll然后部署成服务?
看您写的可以发布成多个站点以支持高并发,是部署成web项目然后在IIS下运行么?

@YoChen YoChen changed the title VS2019调试模式,请教通讯机制,在Redis能看到已经有写进缓存,但通讯不能正常 服务端应该怎么发布部署? Oct 13, 2020
@2881099
Copy link
Owner

2881099 commented Oct 13, 2020

分开部署的

ImServer 是独立的 .net core 应用服务,充当 websocket 服务端。

webapi 即你们开发的应用,可以是 .net core、.net framework,引用 ImCore.dll 他提供 ImHelper 静态类访问与 ImServer 进行交互。

@YoChen
Copy link
Author

YoChen commented Oct 14, 2020

分开部署的

ImServer 是独立的 .net core 应用服务,充当 websocket 服务端。

webapi 即你们开发的应用,可以是 .net core、.net framework,引用 ImCore.dll 他提供 ImHelper 静态类访问与 ImServer 进行交互。

感谢您的回复。

有个疑问,如果我直接将ImServer部署成服务,例如按此方法:https://www.cnblogs.com/tangchun/p/10382215.html

那么服务器上也有IIS存在着网站访问服务,端口分别为80和443,此时的ImServer服务端口还可以设置成80和443吗?也绑定一个指向此服务器并且未被IIS使用的域名?

@2881099
Copy link
Owner

2881099 commented Oct 15, 2020

@YoChen 换个端口,没必要纠结 80 还是 8081

终端访问:ws.baidu.com:8081

@YoChen
Copy link
Author

YoChen commented Oct 15, 2020

收到,感谢您的耐心回复。开始尝试服务器端部署及测试。

@YoChen
Copy link
Author

YoChen commented Oct 21, 2020

再次请教一下,@2881099 如果是发布成exe直接运行,在win10环境下用IP+端口方式运行,能在局域网中直接访问这个websocket服务吗?

@2881099
Copy link
Owner

2881099 commented Oct 21, 2020

可以

@Developer-echo
Copy link

Developer-echo commented Sep 2, 2024

遇见个问题。
ImServer部署到pc1,
cmd > dotnet ImServer.dll --urls http://*:6001
运行后。

PC2
debug WebApi
可以获取到token,链接ws状态码101,聊天室中发送消息PC1接收不到,但是可以接收到PC1在聊天室中发送的消息

PC1
debug Webapi 一切正常。

====================================
2024 09/02 10:00
已解决此问题,还是一开始没搞清楚ImServer中的 Servers/Server 配置项的关键性。这个参数必须和client要访问的ws地址完全一致!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants