Introduction
Open a real-time WebSocket connection to receive content, order, and user updates without polling.
connect
This method creates and return an instance of an object Socket.io with a connection. This method requires user authorization.
You can subscribe to events via WebSocket to receive notifications.
Open a real-time WebSocket connection to receive content, order, and user updates without polling.
This method creates and return an instance of an object Socket.io with a connection. This method requires user authorization.