PieSocket offers Channels
, Portals
and WebSocket API
. Use the guide below to learn more about these 3 powerful SDKs.
Channels are realtime PubSub connections over WebSocket, they allow you to:
Channels are available for Web via CDN and NPM.
To use Channels on Android, iOS and IoT, you need to use the WebSocket API.
See the Channels documentation to learn more about how to use Channels.
Portals are programmable video streams over WebRTC, they allow you to build powerful video applications.
See the Portals documentation to learn more about how to use Portals.
WebSocket API gives you direct access to our fully-managed WebSocket infrastructure. You can use a third-party WebSocket client to integrate PubSub with PieSocket Channels on almost any platform such as Android, iOS and IoT.
Following is the secure WebSocket endpoint format.
wss://CLUSTER_ID.piesocket.com/v3/CHANNEL_ID?api_key=API_KEY
See the WebSocket API documentation to learn more about how to use the WebSocket API.