Hello everyone,
I'm working on a support platform that includes user testimonies, help requests, and comments. I want to implement a real-time notification system for admins.
Goal:
Whenever a new comment or testimony is posted, admins should receive a real-time toast notification in their panel, allowing them to approve or reject the content.
Tech Consideration:
I'm using Next.js 15.
I'm considering Socket.IO for real-time updates but also thought about using Pusher.
Request for Help:
What's the best approach to implement real-time notifications in a Next.js 15 project?
Is Socket.IO the right choice, or would Pusher be better?
How should I configure the server and client properly in a Next.js environment?
Thanks in advance for any guidance!