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.
Edit this page on Github(opens new window)