WiIIiam278 / HuskSync

A modern, cross-server player data synchronisation system
https://william278.net/project/husksync
Apache License 2.0
178 stars 132 forks source link

Add support for Nats #288

Open stormkiller0 opened 7 months ago

stormkiller0 commented 7 months ago

add nats support! ▼▼▼

advantages of Nats:

ProdPreva1l commented 7 months ago

I don't believe we have plans to add any other forms of messaging services, if you fancy high speed I can recommend KeyDB by Snapchat as it is a fork of redis that retains the open source license and is 5x faster!

WiIIiam278 commented 7 months ago

I'm not actually opposed to adding rabbit or this or whatever, wouldn't be too big a major refactor - provided the db has effectively the same feature set of redis and the overheads are fairly minimal on our side.

But I'm not really that fussed personally as redis does work. PRs welcome I suppose :-)