rsms / gotalk

Async peer communication protocol & library
MIT License
1.2k stars 76 forks source link

Any Plans to add clustering? #14

Open julianfrank opened 7 years ago

julianfrank commented 7 years ago

I would like to have the capability to cluster to scale this solution horizontally... Any Plans?

rsms commented 4 years ago

No plans to add this to gotalk, but you can run gotalk on any transport, so it should be possible to run on top of something existing that can distribute TCP/IP connections (or HTTP connections.)