1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update websockets.md

This commit is contained in:
Ginger Collison 2021-02-08 09:18:37 -06:00 committed by GitHub
parent a4fb219bb1
commit 33acdbe454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Websocket Support # Websocket Support
*Supported since NATS server version 2.2* *Supported since NATS Server version 2.2*
Websocket support can be enabled in the server and may be used alongside the Websocket support can be enabled in the server and may be used alongside the
traditional TCP socket connections. TLS, compression and traditional TCP socket connections. TLS, compression and
@ -57,4 +57,4 @@ websocket {
``` ```
Leaf nodes support outbound websocket connections by specifying the `ws` as the Leaf nodes support outbound websocket connections by specifying the `ws` as the
scheme component of the remote server URL, for example `ws://hostname:4443`. scheme component of the remote server URL, for example `ws://hostname:4443`.