Skip to content

Instantly share code, notes, and snippets.

@Njuelle
Last active October 15, 2018 14:23
Show Gist options
  • Select an option

  • Save Njuelle/6d3484b4520c341fe92b71d477c67cf9 to your computer and use it in GitHub Desktop.

Select an option

Save Njuelle/6d3484b4520c341fe92b71d477c67cf9 to your computer and use it in GitHub Desktop.
template testing
// load the Kuzzle SDK module
const { Kuzzle } = require('kuzzle-sdk');
// instantiate a Kuzzle client
const kuzzle = new Kuzzle('websocket', {
host: 'kuzzle',
autoReconnect: false
});
// snippet will be injected here
[snippet-code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment