lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
5.06k stars 541 forks source link

possible to do a pubsub example with websocket? #345

Closed ouvaa closed 6 months ago

ouvaa commented 6 months ago

it'll be amazing if this can work as a pubsub with websocket. needing this feature not sure if can be done.

currently looking at nats.io but i really hope dragonboat can do an example on this.

lni commented 6 months ago

hi there, please note that this library is a consensus library, it does one thing and one thing only, that is distributed consensus. All other paradigms, such as pubsub/websocket are not directly relate to this library.

thanks.