2.2.1 • Published 9 months ago

@incremunica/actor-source-watch-solid-notification-websockets v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Incremunica Solid Notifications Websockets Source Watch Actor

npm version

An incremunica Solid Notifications Websockets Source Watch Actor.

Install

$ yarn add @incremunica/actor-source-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-source-watch-solid-notification-websockets/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:source-watch/actors#actor-source-watch-solid-notification-websockets",
      "@type": "ActorSourceWatchSolidNotificationWebsockets"
    }
  ]
}