We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Configure phalcon to send push notification to a client

Hi, I have a phalcon rest api micro appliction. I need to send push notification to angular js client after adding a new record I m using nginx, phalcon 2.0.8 any help?

What you mean ? If you need push notification use websockets, or just ajax notifications.



1.1k

I need make push notification, I started using Ratchet, but I didn't found full documentation on how to use it with pahlocn

i use pusher.com for push messages with my Phalcon Apps.

check it out. Great docs as well



1.1k

@sindrehal Thanks, I solved it using Ratchet.