Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
WebSockets
Search
John Downey
September 26, 2011
Programming
3
150
WebSockets
John Downey
September 26, 2011
Tweet
Share
More Decks by John Downey
See All by John Downey
Cryptography Pitfalls at CactusCon 2019
jtdowney
0
160
Intro to Cybersecurity Workshop
jtdowney
0
120
Cryptography Pitfalls at BsidesMSP 2017
jtdowney
0
160
Cryptography Pitfalls at THOTCON 0x8
jtdowney
0
170
Cryptography Pitfalls at ConFoo Montreal 2017
jtdowney
1
340
Cryptography Pitfalls at BSidesPhilly 2016
jtdowney
0
150
Cryptography Pitfalls at LASCON 2016
jtdowney
0
190
Debugging TLS/SSL at DevOps Days Detroit 2016
jtdowney
1
230
Debugging TLS/SSL at DevOpsDays Boston
jtdowney
1
310
Other Decks in Programming
See All in Programming
楽しく向き合う例外対応
okutsu
0
700
コミュニティ駆動 AWS CDK ライブラリ「Open Constructs Library」 / community-cdk-library
gotok365
2
250
Datadog Workflow Automation で圧倒的価値提供
showwin
1
250
複数のAWSアカウントから横断で 利用する Lambda Authorizer の作り方
tc3jp
0
120
SwiftUI Viewの責務分離
elmetal
PRO
2
280
color-scheme: light dark; を完全に理解する
uhyo
7
500
コードを読んで理解するko build
bells17
1
110
自力でTTSモデルを作った話
zgock999
0
110
PRレビューのお供にDanger
stoticdev
1
240
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
14
4.7k
2025.2.14_Developers Summit 2025_登壇資料
0101unite
0
210
Better Code Design in PHP
afilina
0
180
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
Being A Developer After 40
akosma
89
590k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
380
Git: the NoSQL Database
bkeepers
PRO
427
65k
Building an army of robots
kneath
303
45k
GraphQLとの向き合い方2022年版
quramy
44
14k
Unsuck your backbone
ammeep
669
57k
KATA
mclloyd
29
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Practical Orchestrator
shlominoach
186
10k
Transcript
None
None
None
None
None
GET /ws HTTP/1.1 Host: localhost:1234 Connection: Upgrade
Sec-‐WebSocket-‐Version: 6 Sec-‐WebSocket-‐Origin: http://localhost:1234 Sec-‐WebSocket-‐Extensions: deflate-‐stream Sec-‐WebSocket-‐Key: x3JJHMbDL1EzLkh9GBhXDw== Upgrade: websocket
GET /ws HTTP/1.1 Host: localhost:1234 Connection: Upgrade
Sec-‐WebSocket-‐Version: 6 Sec-‐WebSocket-‐Origin: http://localhost:1234 Sec-‐WebSocket-‐Extensions: deflate-‐stream Sec-‐WebSocket-‐Key: x3JJHMbDL1EzLkh9GBhXDw== Upgrade: websocket
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade
Sec-‐WebSocket-‐Accept: HSmrc0sMlYUkAGmm5OPpG2HaGWk=