I have got an idea to create a feed reader web app which would store feeds in the database and connected clients such as mobiles apps or browser can display the stored feeds. One problem in my mind is, how can I periodically fetch and parse rss feeds (say every 5 min) because i dnt want clients to initialize this process. Can anyone point me at the right direction and give me any suggestions please? I have looked at this Ruby library http://ift.tt/1po7zcQ which could do the job of parsing the xml.
Thanks
No comments:
Post a Comment