문제

I am developing a website in which I want to notify all/specific other users about a user's activity based on roles.

1- If a manager do add a user this activity shows to all users. 2- If a user add a client it will only show to this user or more specifically to its manager. and so on.

I already read azure Service-Bus Queue,Topic and RabbitMQ.

These solutions are great but I want to implement my own.

Please suggest me a solution. Note: Notification/messaging is within the application.

도움이 되었습니까?

해결책

SignalR is the solution which I used and it works great for me. SignalR provide the easy and clean implementation for client to client communication through Server...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top