Deno Deploy: Crazy Fast Cloud Functions - Architecture Speedun

preview_player
Показать описание
Let's try out Deno Deploy and see just how fast it can be to make cloud functions and deploy cloud based UI using the Javascript and Typescript skills you already have!

00:00 Introduction
00:23 Deno
01:17 Building the API
02:41 Deploying the API
04:10 Using Oak
07:38 Creating the Fresh app
11:15 Implementing CORS
11:48 Implementing Chat
14:14 Broadcast Channels
15:40 Deploying the UI
17:05 Outroduction

👉 What's my theme? Night Wolf [dark blue]
👉 What's that font? MonoLisa

💢 Watch our other videos:

Thank you for watching this video, click the "SUBSCRIBE" button to stay connected with this channel.

#javascript #typescript #deno #denodeploy
Рекомендации по теме
Комментарии
Автор

Do you notice how clear does it reads...

async (context) ...
await context.request.body...

I mean, talks better than many people I knew, this is promising.

andresserron
Автор

Oh dope. Haven't seen anything about deno in quite some time.

cwinter
Автор

These speedruns are amazing! Love your channel <3

shift-happens
Автор

Jack, your videos are so great. Absolute top quality. I'm actually looking to create a cross collobaration document editor and this seems like a great fit, would just would need to add a DB layer to persist the data. Cheers.

jonlaffytaffer
Автор

OK, this is seriously awesome. Thanks for sharing!

HenrySjen
Автор

Love your overview. It is pronounced 'Dee-no' like dinosaur Flintstones character.

kdefjoel
Автор

Wow i guess i'll go for it, i'll try it for some app

dailymeow
Автор

AWESOME demo. Would be interested to see Jack's take on the new Deno runtime for Netlify Edge Functions that was announced today.

ighsight
Автор

What do they run on? AWS? I feel like Amazon is just gonna copy this and offer it for cheaper..

jujijiju
Автор

Hellooo jack! Your tutorials are great!

namankumar
Автор

It's really cool! ~ So, which framework would you choose or recommend among deno, nest, and koa? And does deno have the good and enough packages, ecosystem, community?

sichoi
Автор

This is cool. How do you run this locally considering it has listener on "fetch"?

markoguru
Автор

Getting CSP error on the Client app side. Any ideas about adding cors for the main.ts?

YabbaDabbaDoh
Автор

That broadcast feature is insanely awesome. So we are getting live updates for free here?

scotttang
Автор

How do we take this project and launch in our own infrastructure? What is the equivalent deno-deploy for production or though infrastructure deployment tool like terraform?

YabbaDabbaDoh
Автор

For anyone who's following this in March 2022 and later, Oak deprecated the app.fetchEventHandler() function. Fortunately the fix is just to replace line 8 at around 5:31 with await app.listen(); and you're good to go again.

Mcsqw
Автор

Since Fresh has no build step could that eliminate problems updates not displaying?

lardosian
Автор

Woah thanks Jack. Deno deploy was published when??

wobsoriano
Автор

So instead of importing the url with the long string, can i create a global str variable file that holds all my urls in variables, imports those instead of the long url string? 🤔 Maybe be a dumb question but it would be easier to remember a global variable then a long string

jaymartinez
Автор

Deno seems pretty cool. Just a though, do we deal with those TypeScript errors?

SeanCassiere