Connects with a FeedLand instance, getting a complete set of new items and updates of feeds as it reads them.
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 standard websockets.
Here's the demo app that runs in the browser.
You'll see a series of JSON packets flow through a box on the screen.
Open the JavaScript console for more info.
A Node.js package that connects to FeedLand's websocket interface.
Demo apps for hooking into the socket connection from a browser or from a Node app.
I think this is the next way news is distributed, a lot simpler than RSS imho. Just open a connection and let the news flow to you.
You have to be sure the feeds you want are subscribed to on feedland.com, or another FeedLand instance you want to serve as the backend.
At this point it's a firehose, you get notification of all new items, and updates to items. Over time we probably will have to have more configuration options.
I'd love to see WordPress plugins devs see what they can do with this.
