Hi,
At the site <a class="postlink" href="https://www.aspnetzero.com/#features">https://www.aspnetzero.com/#features</a> shows that there
- Real time push notification system (with SignalR integration)
But I could not find it's description in documentation.
As I understand current notifications based on js proxies. But where is push from browser?
3 Answer(s)
-
0
Hi,
Currently notifications are pushed from server to clients. In the client side, this part handles it <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/c6e1109333e1a994d70c213cb381bd304da67990/src/MyCompanyName.AbpZeroTemplate.Web/App/common/views/layout/header.js#L135">https://github.com/aspnetzero/aspnet-ze ... er.js#L135</a>.
You can read it's documentation here <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System">http://aspnetboilerplate.com/Pages/Docu ... ion-System</a>.
If I understand you wrong, please write back.
Thanks.
-
0
Thanks - I saw this.
But - Real time push notification system (with SignalR integration) in a common means push notifications from browser.
-
0
Hi,
I understand now, you are right, we will remove push keyword from that list item in our website. We are planning to implement this in the future, we are still thinking of it. But in our website we didn't mean this one so as I said, we will remove the push keyword.
But in the current version, you can register notification events on the client side and then you can show browser notifications as you like.