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.
April 21, 2014
Technology
0
43
node.js #TechLunch
node.js
2013/12/04 (水) @ Livesense TechLunch
発表者:劉 俊峰
Livesense Inc.
April 21, 2014
Tweet
Share
More Decks by Livesense Inc.
See All by Livesense Inc.
27新卒_総合職採用_会社説明資料
livesense
0
3.4k
27新卒_Webエンジニア職採用_会社説明資料
livesense
0
7.5k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
0
260
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
1
1.7k
データ基盤の負債解消のためのリプレイス
livesense
0
570
26新卒_総合職採用_会社説明資料
livesense
0
13k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
2
56k
26新卒_Webエンジニア職採用_会社説明資料
livesense
1
13k
中途セールス職_会社説明資料
livesense
0
300
Other Decks in Technology
See All in Technology
生成AIで速度と品質を両立する、QAエンジニア・開発者連携のAI協調型テストプロセス
shota_kusaba
0
160
NewSQL_ ストレージ分離と分散合意を用いたスケーラブルアーキテクチャ
hacomono
PRO
4
380
Kubernetesにおける推論基盤
ry
1
410
内製AIチャットボットで学んだDatadog LLM Observability活用術
mkdev10
0
130
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
180
組織全体で実現する標準監視設計
yuobayashi
3
490
脳内メモリ、思ったより揮発性だった
koutorino
0
380
VPCエンドポイント意外とお金かかるなぁ。せや、共有したろ!
tommy0124
1
680
Postman v12 で変わる API開発ワークフロー (Postman v12 アップデート) / New API development workflow with Postman v12
yokawasa
0
140
ガバメントクラウドにおけるAWSの長期継続割引について
takeda_h
2
5.2k
1GB RAMのラズピッピで何ができるのか試してみよう / 20260319-rpijam-1gb-rpi-whats-possible
akkiesoft
0
190
ソフトバンク流!プラットフォームエンジニアリング実現へのアプローチ
sbtechnight
1
180
Featured
See All Featured
Side Projects
sachag
455
43k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
340
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
The Spectacular Lies of Maps
axbom
PRO
1
630
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
The Cult of Friendly URLs
andyhume
79
6.8k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
The Invisible Side of Design
smashingmag
302
51k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
290
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