commit
db415086bc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Wait for the loadbalancer to be created and functioning. When you receive a succ
|
||||||
Websocket example. Connect to /ws%
|
Websocket example. Connect to /ws%
|
||||||
```
|
```
|
||||||
|
|
||||||
The binary we deployed does not have any html/javascript to demonstrate thwe websocket, so we'll use websocket.org's client.
|
The binary we deployed does not have any html/javascript to demonstrate the websocket, so we'll use websocket.org's client.
|
||||||
|
|
||||||
Visit http://www.websocket.org/echo.html. It's important to use `HTTP` instead of `HTTPS` since we assembled an `HTTP` load balancer. Browsers may prevent `HTTP` websocket connections as a security feature.
|
Visit http://www.websocket.org/echo.html. It's important to use `HTTP` instead of `HTTPS` since we assembled an `HTTP` load balancer. Browsers may prevent `HTTP` websocket connections as a security feature.
|
||||||
Set the `Location` to
|
Set the `Location` to
|
||||||
|
|
Loading…
Reference in a new issue