Skip to content

Commit

Permalink
Slide Update History
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Oct 17, 2012
1 parent 5c73e95 commit 93e65df
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions presentation/sec2-history/slides.md
Expand Up @@ -60,6 +60,21 @@
* Bi-directional, full-duplex
* Data Frames can be **Text** (UTF-8) or arbitrary **Binary** data

!SLIDE small incremental bullets
# WebSocket Schemes

* Unencrypted: ws://
* Encrypted: wss://
* Use encrypted scheme

!SLIDE small incremental bullets
# Handshake

* Request: **Sec-WebSocket-Key** Header
* Response - 258EAFA5-E914-47DA-95CA-C5AB0DC85B11
* Appended to key + SHA-1 + base64
* **Sec-WebSocket-Accept** Header

!SLIDE smaller
# Websocket Protocol Details

Expand Down Expand Up @@ -143,13 +158,6 @@
* Can be sent at any time (Websocket established, before close)
* Just Pongs (unsolicited) = unidirectional **heartbeat**

!SLIDE small incremental bullets
# WebSocket Schemes

* Unencrypted: ws://
* Encrypted: wss://
* Use encrypted scheme

!SLIDE small incremental bullets
# Extensions

Expand Down

0 comments on commit 93e65df

Please sign in to comment.