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.
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
@sindrehal Thanks, I solved it using Ratchet.