Which two Mist-supported APIs are considered event-driven? (Choose two.)
Which two Mist-supported APIs are considered event-driven? (Choose two.)
WebSocket and Webhook are considered event-driven APIs. WebSocket allows for full-duplex communication channels over a single TCP connection, enabling real-time updates. Webhooks are used to deliver data to other applications as it happens, typically in response to an event.
C. WebSocket D. Webhook
C and D