Hi guys.I'm currently playing around with some realtime/push notifications with web sockets.Our server infrastructure consists of AWS EC2 clusters in multiple regions using Laravel as the main backend framework.My problem is that we have to send push notification when new posts are created and since everything is split up over many servers in many different regions. How does one then ensure that the push notification is sent out to all users across all servers? (We rather build our own solution instead of using pusher and such).Any suggestions on how to do this efficiently and seamlessly with AWS auto scaling?Thanks in advance!
Submitted December 04, 2019 at 12:24PM by wunderstrudel
No comments:
Post a Comment