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
What is Serverless? What is Cloudflare Workers?
Search
jser
March 26, 2021
Programming
0
50
What is Serverless? What is Cloudflare Workers?
jser
March 26, 2021
Tweet
Share
More Decks by jser
See All by jser
Why I Like and Don't Like Tailwind CSS
jser
0
78
Behavioral Interview Questions
jser
0
170
Front-End Interview Guide for System Design(draft)
jser
0
450
Other Decks in Programming
See All in Programming
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
170
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
480
Goで作る、開発・CI環境
sin392
0
190
Benchmark
sysong
0
280
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
290
NPOでのDevinの活用
codeforeveryone
0
650
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
600
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
260
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
520
Result型で“失敗”を型にするPHPコードの書き方
kajitack
4
560
PicoRuby on Rails
makicamel
2
120
XP, Testing and ninja testing
m_seki
3
220
Featured
See All Featured
A designer walks into a library…
pauljervisheath
207
24k
Adopting Sorbet at Scale
ufuk
77
9.4k
Testing 201, or: Great Expectations
jmmastey
42
7.6k
Documentation Writing (for coders)
carmenintech
72
4.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Designing for humans not robots
tammielis
253
25k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Faster Mobile Websites
deanohume
307
31k
Writing Fast Ruby
sferik
628
62k
Facilitating Awesome Meetings
lara
54
6.4k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Transcript
None
What is it?
Look at the demo Link is in the description
None
Compare to CodeSandbox demo
None
1. No Container 2. No Express
Serverless!!
Logic 1 Logic 2 Logic3 Server Logic 4 Logic 5
Logic6 Server Logic 7 Logic 8 Logic 9 Server Logic 1 Logic 2 Logic3 Server Logic 4 Logic 5 Logic6 Logic 7 Logic 8 Logic 9
Care Server less
Focus on Logic
Benefit 1. Free of concern 2. Scaling 3. Deploy Faster
4. Pay as you go https://workers.cloud fl are.com/
Concerns 1. Stateless 2. Decouple => latency
One more thing
How?
How? https://developers.cloud fl are.com/workers/learning/how-workers-works Looks familiar 🤔
node.js worker 😃
https://nodejs.org/api/worker_threads.html
Thread not Process Fast, Slim
I see why it is called Workers!!