Skip to content

Commit

Permalink
[Documentation] Update location of ws/sse demo server (#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkilpadi authored Nov 30, 2024
1 parent ffbcd92 commit 445fdde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions www/content/extensions/sse.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ browser's automatic reconnection, so that your SSE streams will always be as rel
### Testing SSE Connections with the Demo Server

Htmx includes a demo SSE server written in Node.js that will help you to see SSE in action, and begin bootstrapping your
own SSE code. It is located in the /test/ws-sse folder of the htmx distribution. Look at /test/ws-sse/README.md for
instructions on running and using the test server.
own SSE code. It is located in the /test/ws-sse folder of
the [`htmx-extensions`](https://github.com/bigskysoftware/htmx-extensions) repository. Look at /test/ws-sse/README.md
for instructions on running and using the test server.

### Migrating from Previous Versions

Expand Down
5 changes: 3 additions & 2 deletions www/content/extensions/ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,9 @@ specified element, namely `htmx:wsBeforeSend` and `htmx:wsAfterSend` events when
### Testing with the Demo Server

Htmx includes a demo WebSockets server written in Node.js that will help you to see WebSockets in action, and begin
bootstrapping your own WebSockets code. It is located in the /test/ws-sse folder of the htmx distribution. Look at
/test/ws-sse/README.md for instructions on running and using the test server.
bootstrapping your own WebSockets code. It is located in the /test/ws-sse folder of
the [`htmx-extensions`](https://github.com/bigskysoftware/htmx-extensions) repository. Look at /test/ws-sse/README.md
for instructions on running and using the test server.

### Migrating from Previous Versions

Expand Down

0 comments on commit 445fdde

Please sign in to comment.