Allenxuxu / gev

🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.72k stars 193 forks source link

怎么实现广播这种能力? #50

Closed jilieryuyi closed 3 years ago

jilieryuyi commented 3 years ago

如题?有没有改造思路或者参考的实现例子?

Allenxuxu commented 3 years ago

https://github.com/Allenxuxu/gev/blob/master/example/pushmessage/main.go

这个?

jilieryuyi commented 3 years ago

@Allenxuxu 谢谢,我看看