We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf7457 commit f8f7466Copy full SHA for f8f7466
www/content/extensions/sse.md
@@ -10,7 +10,7 @@ your htmx webpage in real-time.
10
SSE is a lightweight alternative to WebSockets that works over existing HTTP connections, so it is easy to use through
11
proxy servers and firewalls. Remember, SSE is a uni-directional service, so you cannot send any messages to an SSE
12
server once the connection has been established. If you need bi-directional communication, then you should consider
13
-using [WebSockets](@web-sockets.md) instead.
+using [WebSockets](@/extensions/ws.md) instead.
14
15
This extension replaces the experimental `hx-sse` attribute built into previous versions of htmx. For help migrating
16
from older versions, see the migration guide at the bottom of this page.
0 commit comments