We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How are we gonna add websocket server support once bun supports it?
The text was updated successfully, but these errors were encountered:
@Kapsonfire-DE What did you mean?
Sorry, something went wrong.
on node-adapter we can use sveltekit as middleware and create a websocket server in the same instance as well.
sveltejs/kit#1491 (comment)
https://github.com/oven-sh/bun#not-implemented-yet The websocket server is not yet available because Bun does not have a TCP socket api.
No branches or pull requests
How are we gonna add websocket server support once bun supports it?
The text was updated successfully, but these errors were encountered: