lucifer: Hello! So I did figure out all my issues with HTMX, and it's working very nicely. I do have questions regarding server-sent events; I know we mentioned them a long time ago, and I think this is the perfect use-case for them as HTMX supports it well. So we can get live updates of listening-now listens in the embeddable widget, without needing to set up some wasteful polling/refresh mechanism. That being said, I have no idea how to set up SSE in our current setup. I know we use websockets to update the front-end, but I don't understand how it all works. I see some rabbitmq/kombu code in `listenbrainz/websockets/listens_dispatcher.py` but not sure what is websockets-specific and what is generic. For reference, I am trying to do something like what is described in https://bigboxcode.com/flask-server-sent-events-sse with an event stream response. How can I connect to updates from RMQ to egt playing-now updates for that user?