Thank you for trying out Juji platform.
- Yes, As described in the documentation, the handshake sequence includes the following: 1. first your client needs to obtain a
websocketurl
using HTTP POST, 2. then the client needs to HTTP GET that url to upgrade the connection to WebSocket protocol, 3. finally, the client needs to make a GraphQL subscription call over WebSocket to respond to the first WebSocket message sent by the server.
Once this sequence of operations are successfully accomplished by your client, the server will push messages to your client automatically.
-
For pushing data to server, your client needs to send GraphQL calls over the WebSocket connection established above to the server, and the server will push data back to you automatically over WbSocket as well, as indicated above.
-
For free use, this forum is the venue for support.
We do have dedicated service for paid customers. Please send email to hello@juji.io if you would like to talk to our sales regarding paid service. Or you can subscribe to our paid service online directly right now, before our pricing page is changed soon.