Simple Test

Legacy Style New Style

Description

This page connects to several different Server Sent Event (SSE) streams, listening on the default event name "message". Each stream should populate its own container.

Example HTML

<div hx-ext="sse" sse-connect="http://localhost/posts.html" sse-swap="message">Waiting for Posts...</div>

Test Cases

Waiting for Posts...
Waiting for Comments...
Waiting for Albums...
Waiting for ToDos...
Waiting for Users...