Hi @Edmund , Azure SignalR Service would be the ideal solution for your scenario. It enables real-time, in-app notifications for web applications built with Node.js Express and Vue.js. Unlike basic Signal, Azure SignalR is specifically designed for cloud-based real-time communication and provides robust features for user-specific notifications. It includes key capabilities like real-time in-app notifications, user-specific message targeting, webSocket support for instant communication, and scalable notification infrastructure
Regarding notification storage, Azure SignalR handles real-time message delivery, but you'll need to implement your own storage solution for:
- Persisting notification history
- Retrieving past notifications for a user
Hope that helps.
-Grace