Skip to content

Instantly share code, notes, and snippets.

@Aschen
Last active May 10, 2019 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aschen/b048569a84bba7e097329472d075e3e8 to your computer and use it in GitHub Desktop.
Save Aschen/b048569a84bba7e097329472d075e3e8 to your computer and use it in GitHub Desktop.
Pub/Sub article
await kuzzle.realtime.publish('index', 'collection', { content: 'liia meh ry' });
const filters = {};
await kuzzle.realtime.subscribe('index', 'collection', filters, notification => {
// Do something with the notification
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment