Notification by Browser

Asked

Viewed 98 times

1

Hello my name is André Neto, I am developing a software, and within it there is a central mail, where the user can send an email from within the system and I store this sending data. Now the problem, I need to notify the person who received the email, (Obs: it is registered in my system by your email), via a browser notification, as well as facebook does with notifications, and I would like to make that notification even if the person is not logged in to my system, the server would send that message. Any idea how I can do this is very accepted! Thanks in advance.

  • Have you done anything? What language do you have on the server and what part already works?

  • I made the email sending application, it sends the email and saves the information in the database, and the email is sent.

  • 2

    what technology do you use on the server? but I can say that the ideal is with the use of Notification API in the Client and Web Sockets on the Server. To ASP.NET has the SignalR, for Node.JS has the Socket.IO, PHP the Ratchet and Java SockJS

  • I think I expressed myself wrong, I would like to notify another user logged into the system if he receives an email from within my system through another user.

  • @Andreneto this is the central idea of the above tools

  • I’m gonna take a look at Sockjs, 'cause that’s the language I know best.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.