websocket native client #2664
-
hello, is there any doc describing how to access nats-server in a golang(c, python, java ...) client through websocket ? |
Beta Was this translation helpful? Give feedback.
Answered by
derekcollison
Nov 2, 2021
Replies: 1 comment
-
Not yet but in progress. For now you can access via JS and Go clients and a leafnode connection (server to server). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
derekcollison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not yet but in progress.
For now you can access via JS and Go clients and a leafnode connection (server to server).
I have the demo system now supporting it, so if you connect via nats cli or one of the above options with wss:// should work..