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

Phalcon Push Notifications

I have created a news website and I want to create a push notifications show on clients browser whenever new news enters into database. Is phalcon have a work around for this ??

Phalcon is PHP - back-end, for such stuff you need to use Websockets which will connect through client's browser.

So in short - some JS lib and PHP endpoint is what you need to implement Websockets.

Can you please suggest some php or js libraries works best with phalcon

Phalcon is PHP - back-end, for such stuff you need to use Websockets which will connect through client's browser.

So in short - some JS lib and PHP endpoint is what you need to implement Websockets.



3.4k

Any will work. It's a matter of the implementation (from you) with what will "work best with phalcon".

Can you please suggest some php or js libraries works best with phalcon

Phalcon is PHP - back-end, for such stuff you need to use Websockets which will connect through client's browser.

So in short - some JS lib and PHP endpoint is what you need to implement Websockets.