BlazorExtensions / Notifications

HTML5 Notifications API implementation for Microsoft Blazor
MIT License
137 stars 19 forks source link

Does this support Notification from Backend? #13

Closed wangkanai closed 3 years ago

wangkanai commented 4 years ago

Or it only support notification from executed from within Blazor WebAssembly?

vertonghenb commented 4 years ago

@wangkanai it's basically a wrapper for the HTML5 Notifcations API in the browser so stuff like SignalR is not supported but can be accomplished with custom code.

wangkanai commented 4 years ago

@vertonghenb Thank you there, so i would need to use something like Azure Notification Hubs then.

mhardy commented 4 years ago

but can be accomplished with custom code

Could you elaborate a little on how this could be accomplished with custom code for Blazor Server?