Add support for websockets #616
clayrisser
started this conversation in
Ideas
Replies: 3 comments
|
Solving the following issue would resolve this. |
0 replies
|
+1 would love to have websocket support without creating yet another server. |
0 replies
|
Agree this would be nice, only issue is we run Vite Connect server in dev, Hono in prod, so we'd need to somehow make that work. I guess just a onDevServer and onProdServer so people can implement themselves. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to create a graphql endpoint using this framework, but I need websockets to work for graphql subscriptions.
All reactions