What's the most efficient way to rapidly transmit data across multiple servers?

I’m looking at ways to make features that may be used in a project. One of these features is a global value system where data needs to be transported cross-server at least every few minutes. I need a good way to easily transport this data quickly and if you can provide a service or function or module or anything like that than can be used for cross-server messaging, I will be grateful.

1 Like

You can use MessagingService to do this.

Here’s a link to the documentation about it:

Or, if you’re like me and all of that flew way over your head, there’s a tutorial here:

Hope this helps!

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.