This page connects to a single different Server Sent Event (SSE) stream. Multiple containers all listen for the same default "message" event name, but using different values for hx-swap.
<div hx-ext="sse" sse-connect="http://localhost/comments.html"> <div sse-swap="message" hx-swap="settle:100ms">Waiting for Comments...</div> </div>