Skip to main content

Introduction

You can subscribe to events through WebSocket to receive notifications.

const config = {
token:'your-app-token',
};
const { WS } = defineOneEntry('your-url', config);