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
150
Intro to Cybersecurity Workshop
jtdowney
0
120
Cryptography Pitfalls at BsidesMSP 2017
jtdowney
0
160
Cryptography Pitfalls at THOTCON 0x8
jtdowney
0
160
Cryptography Pitfalls at ConFoo Montreal 2017
jtdowney
1
340
Cryptography Pitfalls at BSidesPhilly 2016
jtdowney
0
140
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
最近のVS Codeで気になるニュース 2025/01
74th
1
250
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
230
Spring gRPC について / About Spring gRPC
mackey0225
0
220
functionalなアプローチで動的要素を排除する
ryopeko
1
1.4k
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
昭和の職場からアジャイルの世界へ
kumagoro95
1
350
テストをしないQAエンジニアは何をしているか?
nealle
0
130
CI改善もDatadogとともに
taumu
0
110
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
640
Rails アプリ地図考 Flush Cut
makicamel
1
110
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
180
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
240
Featured
See All Featured
Done Done
chrislema
182
16k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Git: the NoSQL Database
bkeepers
PRO
427
64k
The Language of Interfaces
destraynor
156
24k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Statistics for Hackers
jakevdp
797
220k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
540
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.4k
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=