A Node.js package that connects to FeedLand's websocket interface.
Your app can get notifications for new and updated feed items.
While FeedLand is reading feeds, it's sending a constant stream of JavaScript objects to each user via websockets.
This is how it updates feeds in realtime.
This service is also available to applications running in any environment that supports the W3C standard websockets.
Download the repo, run NPM install in the folder and then run the app.
node demo.js
Every time FeedLand finds a new item, you'll see a message over the websocket pipe with a payload that includes the item and information about the feed it came from.
I recorded a video demo showing what it looks like if you'd like to see before downloading and running the software.
Also includes random commentary from your humble programmer. :-)