you can try pusher with queue.
or else use node.js with socket io. But you need to handle load balancing in an effective way.
Hi everyone,
I'm facing a big problem when the system grows so fast that is the amount of notifications that need to be sent is too large.
Right now, I'm using APNS/FCM in Laravel to send notifications but due to PHP's limitations there is no multi-threading so the delay time is relatively high. I'm researching NodeJS/MongoDB/Redis and C# to solve the problem.
Can you suggest me what platform to use to speed up the process?
Thanks in advance
Please or to participate in this conversation.