Skip to main content
Version: v0.15

WebSockets API

Conduit provides support for WebSocket connections through Socket.io.
This allows for fast and reliable bidirectional data flows through a persistent connection.

Performing Requests

Making WebSocket requests requires that you specify a socket server connection path as well as a handshake path.

Conduit modules make use of /moduleName/ as their server connection path.
The handshake path is /realtime.

Make sure you also pass along your application headers.

Documentation in progress...

Waiting