I am using Symfony 4.2 + vue.js on my website. I want to send web notifications (not browser notifications) something similar to Podio / Facebook notifications. I had searched socket.io but since it is node I think I cant use it with Symfony. Not only that am using yarn server.
Can you guys please suggest me an idea, how can I implement it?
Use a ratchet, it's quite simple. I had implemented it in Symfony, it has simple documentation which helps to code faster.