Replies: 1 comment
-
Currently we don't have any examples to use WS for subscriptions. But Mesh's exported server supports Server sent events for subscriptions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to create own server impelementation that uses Mesh as a Koa Route, and it seems to work ok. Except for websockets.
I've taken a look at the API, but I did not see websocket equivalent for
createBuiltMeshHTTPHandler
.How can I make sure all subscriptions via websockets are handled by Mesh in own server as well?
Can you show me some example implementation please?
I will add it to docs after, but for now I do not know how to approach this.
Any help is very appreciated, thanks
Beta Was this translation helpful? Give feedback.
All reactions