-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSocket and Server-Side Events live test suite not working #2944
Comments
Hey, yep that's something we totally forgot and left behind when releasing htmx 2. If you'd like to investigate & open a PR on the extensions repository to add this test suite in, then another PR on this repo to remove it, please feel free to do so, those would be much welcome! |
Sure will do so @Telroshan |
Removes the realtime server for testing WebSockets and Server Sent Events (SSE) in htmx to the extension repository, as mentioned in issue bigskysoftware#2944.
Removes the realtime server for testing WebSockets and Server Sent Events (SSE) in htmx to the extension repository, as mentioned in issue bigskysoftware#2944.
Removes the realtime server for testing WebSockets and Server Sent Events (SSE) in htmx to the extension repository, as mentioned in issue #2944.
@Telroshan time to close? |
Indeed, ty! |
After git cloning this repository and following the instructions at https://github.com/bigskysoftware/htmx/blob/master/test/ws-sse/README.md to run
node server.mjs
, the server does not actually work. The server did launch but when visiting the site locally, it returns this error:Upon investigation, there is no such
ws.js
file in the said directory too. So it could be either misleading README instruction, or the file is indeed missing.The text was updated successfully, but these errors were encountered: