Hi quicknode team, I am looking for the lowest latency way to get an smart contract event alert/notification. I am looking between the two quicknode options:
- Simple websocket with an endpoint
- QuickAlerts
I have a few questions on this (I have read this docs but still have doubts):
- Are there any difference between using simple websocket endpoint vs quickalerts when listening for events? Are quickalerts overkill just to listen to simple events? (I am listening on NodeJS)
- Which option provides the lowest latency?
- QuickAlerts works with JS? (I haven’t tried quickalerts yet, having trouble with setting up the expressions)