How to get followers in real time?

Polling the API is small multiple bursts of network and processing. Opening a websocket would require a constant and good connection, while it would be constantly checking if it needs to send or if it received a message. Therefore, it takes less resources to continue their current method. And so far everything is quick enough. Usually the delay in a notification comes from the actual stream delay, not nessicarily the API.