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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
680
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
120
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
500
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
210
Ruby and LLM Ecosystem 2nd
koic
1
960
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1k
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
350
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
390
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
230
TipKitTips
ktcryomm
0
170
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.4k
Everything Claude Code OSS詳細 — 5層構造の中身と導入方法
targe
0
130
Featured
See All Featured
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
290
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
WENDY [Excerpt]
tessaabrams
9
36k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
77
Practical Orchestrator
shlominoach
191
11k
My Coaching Mixtape
mlcsv
0
76
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
53k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
310
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
GraphQLとの向き合い方2022年版
quramy
50
14k
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!!