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
//Require the module | |
var qsocks = require('qsocks'); | |
//For Qlik Sense Desktop | |
//You have two different entry points, the global handle or connect directly to an app. | |
//The entire Engine API is async and managed through promises in this module. | |
//Global | |
//Connecting to the Engine, once connected returns the handle for global. |