Last active
October 15, 2018 14:23
-
-
Save Njuelle/6d3484b4520c341fe92b71d477c67cf9 to your computer and use it in GitHub Desktop.
template testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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