nodeSolidServer / node-solid-server

Solid server on top of the file-system in NodeJS
https://solidproject.org/for-developers/pod-server
Other
1.77k stars 297 forks source link

Discussion : Does NSS support Solid Notifications Protocol or any other way to monitor a LDP Resource? #1767

Closed argahsuknesib closed 3 months ago

argahsuknesib commented 4 months ago

Hello, I am using NSS and would like to get a notification in case a new resource is added to the container. Are there any ways currently to do it? I also see that it is mentioned in the features implemented (real-time live updates with https://github.com/solid/solid-spec#subscribing) but I don't see in the README on how to accomplish it? I see that there is a issue open on notifications https://github.com/nodeSolidServer/node-solid-server/issues/1722 but it isn't closed. Is this in the roadmap? Thanks!

argahsuknesib commented 4 months ago

I see that one can use the Updates-Via header with the Solid Websockets API spec. Is this the most updated way to get the notifications?

bourgeoa commented 4 months ago

Actually yes. Would you help to add more notification protocol ?

argahsuknesib commented 4 months ago

Hello,

I don't think I can as it is outside my research interest at the moment. I am building an aggregator service on top of solid pods and wanted to see how the notifications are handled in different servers for my aggregator service to consume and process.

Thanks for your reply, and have a nice day.