How i can send push notification with new rss feed? I have developed a RSS feed application for my website and its working only i need push notification when a new rss update. Is there any way how I can automatically check for new feeds in RSS xml link and send a push notification regarding the new feed ?
1 Answers
0
votes
You don't have a billion options you know:
- push the notification as you inserting the data (RSS).
- Write a script that runs on a cron job and check for new feeds then push the notification.
Option #1 is better in my opinion. but when you have to many apps doing the INSERT
and you have not designed your apps to implement the push notification from the beginning than you left with option #2