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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Livesense Inc.
PRO
April 21, 2014
Technology
46
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
node.js #TechLunch
node.js
2013/12/04 (水) @ Livesense TechLunch
発表者:劉 俊峰
Livesense Inc.
PRO
April 21, 2014
More Decks by Livesense Inc.
See All by Livesense Inc.
Rubyはただの⾔語に⾮ず
livesense
PRO
0
470
28新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
120
27新卒_総合職採用_会社説明資料
livesense
PRO
0
6.6k
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
11k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
520
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
1
1.8k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
660
26新卒_総合職採用_会社説明資料
livesense
PRO
0
13k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
2
72k
Other Decks in Technology
See All in Technology
猫付きpingコマンドを自作
uyuki234
0
210
老害フォレンジッカーはAI羊の夢を見るか?
tadmaddad
0
320
Digitization部 紹介資料
sansan33
PRO
2
7.7k
グローバル基準のSREは、運用現場でどう機能したか:成熟度アセスメントの実践 / SRE NEXT 2026
sorawatanabe
0
190
ガバメント AI 源内を地方自治体は活用できるのか可能性と課題、期待について
takeda_h
1
390
私がブラウザを自作したくなった理由
supurazako
1
170
FORENSIA: ローカルLLMフォレンジックハーネス
sumeshi
2
370
オートロックマンションなのに、各部屋は施錠なし!? 攻撃者が組織内ネットワークで大暴れする理由 / The Front Door Is Locked, but the Rooms Are Wide Open: Why Attackers Move Freely Inside Enterprise Networks
nttcom
1
1.6k
Webアクセシビリティ入門 2026
recruitengineers
PRO
3
530
関東Kaggler会発表資料
takoi
1
220
【CEDEC2026】コードレビュー支援ツール開発から学ぶ:LLMを用いた業務システムの実践的な運用設計と誤出力対策
cygames
PRO
0
660
事業価値と Engineering 2026年度版
recruitengineers
PRO
48
23k
Featured
See All Featured
HTML-Aware ERB: The Path to Reactive Rendering @ RubyCon 2026, Rimini, Italy
marcoroth
3
430
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
560
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.3k
Building Applications with DynamoDB
mza
96
7.2k
Ruling the World: When Life Gets Gamed
codingconduct
0
290
We Are The Robots
honzajavorek
0
300
GraphQLの誤解/rethinking-graphql
sonatard
75
12k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
200
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
460
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
63
45k
A Modern Web Designer's Workflow
chriscoyier
698
190k
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