Server Push API #33
-
Hello, If I somebody writes a message to another person I want to notify the other person about that message. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Any updates on this? I'm also curious about this. |
Beta Was this translation helpful? Give feedback.
-
Do you mean like a messaging app? I believe this should be possible with push notifications + sockets I did read something on this before and Notifications API could work too, you would have a listener on the client that checks if a message has come in and trigger the notification. Or you could also do it server-side. This is an interesting one |
Beta Was this translation helpful? Give feedback.
-
@EugenEistrach @moishinetzer Very possible now, with remix-pwa broken down into modules, I released a guide on how to accomplish just that! 👍 |
Beta Was this translation helpful? Give feedback.
@EugenEistrach @moishinetzer
https://remix-pwa-docs.vercel.app/push/chat-push
Very possible now, with remix-pwa broken down into modules, I released a guide on how to accomplish just that! 👍