I need some best practices to implement push notification system kind of server sending notification to UI.
I am using Dot Net core APIs and angular 8 as frontend.
I am thinking of using SignalR , let me know if there is any alternative or any useful link to implement same.