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
node.js #TechLunch
Search
Livesense Inc.
PRO
April 21, 2014
Technology
0
40
node.js #TechLunch
node.js
2013/12/04 (水) @ Livesense TechLunch
発表者:劉 俊峰
Livesense Inc.
PRO
April 21, 2014
Tweet
Share
More Decks by Livesense Inc.
See All by Livesense Inc.
27新卒_総合職採用_会社説明資料
livesense
PRO
0
4
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
3.5k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
71
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.6k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
470
26新卒_総合職採用_会社説明資料
livesense
PRO
0
12k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
41k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
270
Other Decks in Technology
See All in Technology
エンタメとAIのための3Dパラレルワールド構築(GPU UNITE 2025 特別講演)
pfn
PRO
0
520
リセラー企業のテクサポ担当が考える、生成 AI 時代のトラブルシュート 2025
kazzpapa3
1
370
AI時代におけるデータの重要性 ~データマネジメントの第一歩~
ryoichi_ota
0
700
Introdução a Service Mesh usando o Istio
aeciopires
0
200
CoRL 2025 Survey
harukiabe
1
220
初めてのDatabricks Apps開発
taka_aki
1
140
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
140
プレーリーカードを活用しよう❗❗デジタル名刺交換からはじまるイベント会場交流のススメ
tsukaman
0
180
それでも私が品質保証プロセスを作り続ける理由 #テストラジオ / Why I still continue to create QA process
pineapplecandy
0
130
WEBサービスを成り立たせるAWSサービス
takano0131
1
180
物体検出モデルでシイタケの収穫時期を自動判定してみた。 #devio2025
lamaglama39
0
230
能登半島地震において デジタルができたこと・できなかったこと
ditccsugii
0
250
Featured
See All Featured
Speed Design
sergeychernyshev
32
1.2k
Designing for humans not robots
tammielis
254
26k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Why Our Code Smells
bkeepers
PRO
340
57k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Embracing the Ebb and Flow
colly
88
4.9k
Become a Pro
speakerdeck
PRO
29
5.6k
YesSQL, Process and Tooling at Scale
rocio
173
14k
4 Signs Your Business is Dying
shpigford
185
22k
Transcript
Node.js ]
S \
1. )A3AELZ Javascript
2. *@'=,>.0 3. 1A4?.%@' I/O 4. !6@/5A=
None
None
var http = require('http'); var fs = require('fs'); var server
= http.createServer(function(req, res) { fs.readFile('contents.file', function(error, contents) { res.writeHead(200,{'Content-Type':'text/plain; charset=utf-8'}); res.write(contents); res.end(); //^V }); }); server.listen(3000);
5. < =-!7 5<(A* :@
8+9A=
http 8+9A= http )A3A&;! @/L[ND
domain 8+9A= Node.js FUT #;A$4+"&/,?A#;A !6@/`JPGSKHC#;A2@0 <@'QYND 8+9A=
socket.io < =-!7 Web 5<(A*:@_U 8+9A= )A3A&;! @/BO;!4;<ND
WebSocket WHMIY
RX