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
52
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
82
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
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
350
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
730
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
310
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
320
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
870
CSC509 Lecture 04
javiergs
PRO
0
300
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
740
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
440
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
190
技術的負債の正体を知って向き合う
irof
0
200
Le côté obscur des IA génératives
pascallemerrer
0
150
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
2
570
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7.1k
How GitHub (no longer) Works
holman
315
140k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
980
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Visualization
eitanlees
149
16k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
Building an army of robots
kneath
306
46k
Typedesign – Prime Four
hannesfritz
42
2.8k
The World Runs on Bad Software
bkeepers
PRO
72
11k
We Have a Design System, Now What?
morganepeng
53
7.8k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Become a Pro
speakerdeck
PRO
29
5.6k
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!!