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
Websocket
Search
Shih-Yung Lee
December 20, 2010
Technology
1
140
Websocket
A brief talk about websocket
Shih-Yung Lee
December 20, 2010
Tweet
Share
More Decks by Shih-Yung Lee
See All by Shih-Yung Lee
Ready and Go!
ferrari
1
920
NodeJS...now what?
ferrari
0
850
API Design
ferrari
3
380
Mobilizing Games with PhoneGap
ferrari
1
150
All About Test
ferrari
3
140
Other Decks in Technology
See All in Technology
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
340
DevIO2025_継続的なサービス開発のための技術的意思決定のポイント / how-to-tech-decision-makaing-devio2025
nologyance
0
270
Nstockの一人目エンジニアが 3年間かけて向き合ってきた セキュリティのこととこれから〜あれから半年〜
yo41sawada
0
210
「魔法少女まどか☆マギカ Magia Exedra」での負荷試験の実践と学び
gree_tech
PRO
0
620
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
170
AI時代に非連続な成長を実現するエンジニアリング戦略
sansantech
PRO
3
1.1k
ヘブンバーンズレッドにおける、世界観を活かしたミニゲーム企画の作り方
gree_tech
PRO
0
570
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
Flutterでキャッチしないエラーはどこに行く
taiju59
0
220
フィンテック養成勉強会#56
finengine
0
130
RSCの時代にReactとフレームワークの境界を探る
uhyo
10
3.1k
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
160
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
36
6.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Typedesign – Prime Four
hannesfritz
42
2.8k
The Language of Interfaces
destraynor
161
25k
Visualization
eitanlees
148
16k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
Documentation Writing (for coders)
carmenintech
74
5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
What's in a price? How to price your products and services
michaelherold
246
12k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Transcript
WebSocket Ferrari Lee Y!TW E-Commerce 2010.12.20
Real-Time Web
HTTP
Comet
None
None
Tell Me Your Wish!!
WebSockets A HTML5 standard Allows bidirectional communications Less overhead than
HTTP/AJAX Cross domain
None
None
None
None
始動!
Node.js •Javascript Framework •Server-Side •Uses V8 •Evented and non-blocking •CommonJS
•Use ECMAScript 5
Tokyo Cabinet Modern implementation of DBM High performance Insert: 0.4sec/1M
records search: 0.33sec/1M records http://1978th.net/tokyocabinet/ Mikio Hirabayashi