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.

SocketIO #

The SocketIO protocol can be used by an instance of the SDK to communicate with your Kuzzle server. This protocol allows you to use all the features of Kuzzle, including real-time notifications.

The SocketIO protocol is used for WebSocket compatibility with older browsers. It is preferable to use the WebSocket protocol when possible.