How to launch a websocket server? #637
Unanswered
spiffytech
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is a https://github.com/solidjs/solid-start/tree/main/examples/with-websocket |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to launch a websocket server on my backend to handle real-time features for my app.
I also need to intercept the HTTP request that initiates a websocket upgrade so I can process the user's auth cookie before allowing the connection upgrade.
How can I do this in SolidStart?
Beta Was this translation helpful? Give feedback.
All reactions