Implementing notification

0
0

Hello,

Is there any documentation or example about implementing notification from server to clients ?

I want to send browser and desktop notifications to some clients. I cant figure out how can I do this.

  • You must to post comments
0
0

Hi Ekin,

this depends on what you’re after. I put together a little sample that shows a timer instance generating timer events on the server. These update the client every 100 milliseconds and you can also see an alert box popping up for the user.

If you want to react to some other events on the server, make sure that your app receives it and then pass it on to the user. You could for example create an external app server component that sends out events whenever master records have changed.

Please also see our Background Tasks sample on the Examples page (https://wisej.com/examples/).

HTH

Best wishes
Thomas

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.