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

websocket server #1209

Closed
18328594608 opened this issue Mar 9, 2023 · 6 comments
Closed

websocket server #1209

18328594608 opened this issue Mar 9, 2023 · 6 comments

Comments

@18328594608
Copy link

我想使用workflow来实现一个websocket的server服务。现在有这方面的解决方案么

@Barenboim
Copy link
Contributor

Server的话,有一个用户修改的项目,是支持的:
https://github.com/gnblao/workflow/tree/channel
你可以看一下这个。

@Barenboim
Copy link
Contributor

@18328594608
Copy link
Author

感谢回复! 另外我在这个项目中没有看到有关于Server向Client进行订阅推送的接口方式。以及处理Client请求的接口。

@Barenboim
Copy link
Contributor

项目里好像只实现了标准的websocket协议,你自己在process里可以处理推送逻辑吧。之前他发过一个issue介绍这个项目:#873

@gnblao
Copy link

gnblao commented Mar 15, 2023

感谢回复! 另外我在这个项目中没有看到有关于Server向Client进行订阅推送的接口方式。以及处理Client请求的接口。

更新代码了,新的demo里有接口,让srv和cli有相互推送的接口了,可以玩玩~

@Barenboim
Copy link
Contributor

@gnblao 要不你把channel改成默认分支?大家一看就知道项目是做什么的

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