rssCloud example app
After getting the rssCloud implementation in FeedLand debugged, with the help of @andrewshell, I thought it was a good time to preserve my understanding of how it works in an example Node.js app that implements the feed reader side of the three-sided network.
This code could use a review by people who have implemented rssCloud and those who are interested.
I haven't written much in the way of docs yet, but I expect to do that later today.
The code is here in the reallySimple repo under demos.
https://github.com/scripting/reallysimple/tree/main/demos/clouddemo
Hope this is helpful. ;-)
Added a bunch of docs.
https://github.com/scripting/reallysimple/tree/main/demos/clouddemo
I tested the demo this morning, and it looks like it's working correctly.
@andrewshell -- thanks!