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
55
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
86
Behavioral Interview Questions
jser
0
170
Front-End Interview Guide for System Design(draft)
jser
0
460
Other Decks in Programming
See All in Programming
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
170
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
610
ロボットのための工場に灯りは要らない
watany
10
2.9k
文字コードの話
qnighy
44
17k
20260315 AWSなんもわからん🥲
chiilog
2
160
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
160
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
150
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
240
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.4k
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
1k
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
390
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
270
Featured
See All Featured
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
88
The Curse of the Amulet
leimatthew05
1
10k
For a Future-Friendly Web
brad_frost
183
10k
4 Signs Your Business is Dying
shpigford
187
22k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Practical Orchestrator
shlominoach
191
11k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
84
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
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!!