I'm developing feed reader application in Rails. And i'm new to feed. I've a some questions.
- Which is the best way to parsing thousand of RSS/Atom feeds with Rails or JavaScript /jQuery/ ?
- Is there any way to get just feed title / not load whole feed / ?
- Is there any way to get feed with limit ?
Thanks in advance!
How it works: http://www.google.com/reader/atom/feed/http%3A//stackoverflow.com/feeds/tag/rss?n=10
Please change n variable. It works any rss/atom. Any idea ?