We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
大神好,就socket.d的应用场景有问题需指教一二(结合类似在线或IM聊天场景):
The text was updated successfully, but these errors were encountered:
其它的问题,因为不支持 http。所以也不好答复
Sorry, something went wrong.
No branches or pull requests
大神好,就socket.d的应用场景有问题需指教一二(结合类似在线或IM聊天场景):
3.1 socket.d涉及http协议:
1)Q1. 鉴于Http协议相比tcp以及ws还是有其优势的,特别是2.0/3.0,即便前端与后端使用ws等交互、http也需保留来支持兜底——因此socket.d是否需支持,考虑到socket.d的transport有netty模块,是否考虑支持http方式的接入
2)Q2. 就上述,若socket.d支持了http、但基于http协议的sse是否可支持(或者是server push)、我理解当前sse前端是一套标准的js的是否跟现有socket.d的js存在出入
3.2 socket.d涉及multi broker:
1)背景:即考虑将现网关改造成multi broker,前端与后端均类似于client方式接入到broker、而broker肯定是多台(multi broker)
3)Q2:同上、如果mult broker对外就是域名本身,若是后端服务接入当调用createClusterClient的时候是否创建也是clusterSession
The text was updated successfully, but these errors were encountered: