Building a server-side hub is about moving from "direct communication" to "orchestrated communication." By centralizing your logic, you make your entire ecosystem easier to monitor, secure, and scale.
What happens when the hub tries to send data to a service that is offline? How To Make A Serverside Hub Part 2/2
Build a mechanism where the hub attempts to re-send failed requests 3 times before giving up. Building a server-side hub is about moving from