@incremunica/actor-resource-watch-solid-notification-websockets
v1.3.0
Published
An incremunica solid notification resource watch actor
Downloads
51
Maintainers
Readme
Incremunica Solid Notifications Websockets Resource Watch Actor
An incremunica Solid Notifications Websockets Resource Watch Actor.
Install
$ yarn add @incremunica/actor-resource-watch-solid-notification-websockets
Configure
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-resource-watch-solid-notification-websockets/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:resource-watch/actors#actor-resource-watch-solid-notification-websockets",
"@type": "ActorResourceWatchSolidNotificationWebsockets"
}
]
}