When using platforms like Facebook or StackOverflow, we often receive notifications on the top navigation bar without refreshing the webpage. These are known as push notifications.
I have a functional CakePHP 3 web app and my client wants to incorporate this feature. How can I achieve this in the CakePHP 3 framework?
Would utilizing View Cells be beneficial for this? Additionally, I am willing to explore javascript solutions.
EDIT:
If necessary, I can set up a json API as I have experience with that. However, I need guidance on how to implement it on the front end.