一、SignalR 实现原理
SignalR 的实现机制与 .NET WCF 或 Remoting 是相似的,都是使用远程代理来实现。在具体使用上,有两种不同目的的接口:
(一)Persist
https://www.cnblogs.com/LiangSW/p/9415246.html
20190326更新
访问:小程序->访问https://api.**.com/chat->nginx
项目地址:https://github.com/JamesYing/signa