SDK
SDK Javascript v6.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

Properties #

Property name Type Description
autoReconnect
boolean
Automatically reconnect after a connection loss
connected
boolean
Returns true if the socket is open
host
string
Kuzzle server host
reconnectionDelay
number
Number of milliseconds between reconnection attempts
port
number
Kuzzle server port
ssl
boolean
true if ssl is active

Updates to autoReconnect and reconnectionDelay properties will only take effect on the next connect call.