Live data from Hacker News

Show HN: Freader, an open source RSS Reader built with Node.js and Angular

geekuillaume.github.io

1–10 of 18 posts

Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular

#5

Are you using NodeJs for the cron jobs too? (I am assuming you have cron jobs running to fetch feeds periodically). Edit: I looked and it seems you are fetching the feeds on-the-fly.

Yes, it only get the feeds when a user need to, it's far more simple and unactives feeds are not refreshed uselessly

Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular

#9
post #3

It is not working and says invalid feed even though the address is correct and works with all other readers.

Weird... What is the feed's URL ?

It crashes on any Atom feed. It seems the code in scrapper.js only handles RSS, and even there makes some assumptions that might not hold for all feeds.

Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular

#10
post #8

I wish it didn't have the MongoDB requirement. IMO something with a few thousand messages can easily be done w/o a full blown database.

MongoDB runs everywhere and in a very short time and there is a lot of service providing free databases for it. For example, the demo App is using MogoLab free offer and it's working just fine !
Post reply on HN