Skip to content

Instantly share code, notes, and snippets.

@Aschen
Last active May 10, 2019 11:46
Show Gist options
  • Select an option

  • Save Aschen/b048569a84bba7e097329472d075e3e8 to your computer and use it in GitHub Desktop.

Select an option

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