With this toy example i get no notification when inserting or deleting resources on http://solidtest.space:
constWebSocket=require('ws');varws=newWebSocket('wss://davide.solidtest.space/public/twee-fi/');ws.on('open',functionopen(){console.log('Done');});ws.on('message',functionincoming(data){console.log(data)});The request:
curl -XPUT -H "Content-Type: text/turtle" -H'Cookie:somecookie''https://davide.solidtest.space/public/twee-fi/test.ttl' -d "<http://subje.ct> <https://predica.te> <http://obje.ct> .\n"
With this toy example i get no notification when inserting or deleting resources on http://solidtest.space:
The request: