-
Notifications
You must be signed in to change notification settings - Fork 18
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
[RFE] Support websockets #5
Comments
Not sure about how to test WebSockets. Why don't you take a shot 👍 |
This is a missing feature kemalcr/kemal#301 |
Have been just wondering around and I actually have an answer for this, @adamtrilling
You could possibly run the server in another Fiber as described here: # ws_spec.cr
spawn do
Kemal.run
end
sleep 1 # Give a time for the server to load up
test_websockets_and_their_responses I may not be right, but anyway. |
any updates on this? I'm also stuck with this currently :/ specifically how I can simulate multiple clients connecting and talking with each other through my application |
Would you be interested in implementing support for web sockets? I can take a shot.
The text was updated successfully, but these errors were encountered: