nodeSolidServer / node-solid-ws

Node/Javascript implementation of Websockets for Solid
http://npm.im/solid-ws
8 stars 6 forks source link

Should notifications about folders be sent as well? #10

Open RubenVerborgh opened 5 years ago

RubenVerborgh commented 5 years ago

If a client is listening to /abc/def/ and a PUT or DELETE happens to /abc/def/zyx, should a notification be sent?

TallTed commented 5 years ago

I would think so. It might reasonably be made an optional selection -- to monitor the contents of the container vs just the container itself -- but I would expect the default to include the contents. (Dropbox, for instance, notifies me on any change to contents of a shared folder -- whether those be additions, edits, deletions, etc.)