Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node.js RSS module

Tags:

node.js

rss

Is there a way to read from an RSS feed using Node.js, possibly, in Real-time?

Thanks

like image 672
donald Avatar asked Apr 19 '11 21:04

donald


People also ask

What is RSS feed in nodejs?

An RSS feed is a convenient way to allow access to syndicated content in a standardized format that is easily shareable and discoverable.

Is XML an RSS?

RSS is a Web content syndication format. Its name is an acronym for Really Simple Syndication. RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website.


2 Answers

try node-feedparser

like image 118
Behnam Shomali Avatar answered Sep 21 '22 10:09

Behnam Shomali


Try this. It's a real-time RSS parser tutorial. Enjoy.

like image 26
Pono Avatar answered Sep 21 '22 10:09

Pono