i am creating a tool that read from postgres DB, i want to create a notifier which pushes new notification whenever there is any new data in a table(posts).
is there a way in yii2 that i can use in creating notifications feature??
i am creating a tool that read from postgres DB, i want to create a notifier which pushes new notification whenever there is any new data in a table(posts).
is there a way in yii2 that i can use in creating notifications feature??
No. It’s up to you to design it.
One of great article on that exploring Comet, Websockets et al on IBM Developer Works