Upstreaming in Node?
Sunday, May 8, 2016 by Dave Winer

A Node.js question --

We had a feature in Radio UserLand called upstreaming.

There was a folder structure that it watched where it stored all the users public data. When a file appeared in the structure, or a file changed, Radio copied the file to a user-specified public server location.

It's how publishing worked, also how it shared data.

I was wondering if there was a Node.js app that does this.

If not, I'm probably going to write it. Should be simpler in Node and it performed fast even back in 2002, it would be amazing today. 

Let me know. I'm @davewiner on Twitter or comment on Facebook.

PS: See the update for this post.