Say Goodbye to Node.js & Deno - Bun is a lot Faster

preview_player
Показать описание

⭐ Timestamps ⭐
00:00 Intro
00:30 What the Hell is Bun?
02:10 How Bun works
07:56 Heavy Fibonacci Benchmark
09:00 Database Benchmark (Bun vs Node)

🧭 Turn Design into React Code | From prototype to Full website in no time

🧭 Watch Tutorial on Designing the website on Figma

🧭 Watch Create a Modern React Login/Register Form with smooth Animations

🧭 Debug React Apps Like a Pro | Master Debugging from Zero to Hero with Chrome DevTools

🧭 Master React Like Pro w/ Redux, Typescript, and GraphQL | Beginner to Advanced in React

🧭 Learn Redux For Beginners | React Redux from Zero To Hero to build a real-world app

🧭 Build Login/Register API Server w/ Authentication | JWT Express AUTH using Passport.JS and Sequelize

🧭 Introduction to GraphQL with Apollo and React

Made with 💗 by Coderone
Рекомендации по теме
Комментарии
Автор

YouTubers: Say bye to deno
Devs: Who uses deno?

elvispalace
Автор

Lets be honest, we already knew nodejs was slow, we just use it anyway because its convenient

Extra_Mental
Автор

I’m a bun
I’m a bun
I’m a tasty, tasty bun
To be baked and kneaded, oh how fun
You can have me with breakfast have me with brunch
You can have me with your dinner you can have me with your lunch
I’m a bun I’m a bun
To be baked and kneaded oh how fun!

rowans.corner
Автор

its fun, It will take another 2 years to fix all the bugs in Bun

BondJFK
Автор

Somebody should put a rule not to invent new things atleast for 5 years 😭.. difficult for developers to learn

vijayraghunathkm
Автор

Aren't we putting too much hype?
Bun has yet to implement everything. We should probably wait and do speed tests until we have the first "full" version of bun.

LucaStasio
Автор

I chuckle at the idea of presenting a new platform in effort to promote its speed by using probably the most inefficient method of calculating the Fibonacci sequence to demonstrate that fact.

KMegahertz
Автор

Im not buying a new car just because its fast, but mostly because its reliable and safe because its well tested. I rather go with a Porsche(node) than a F1 car to buy groceries.

marcelwopperer
Автор

Looking for expert senior master guru Bun engineers with 10 years of proven experience, we only consider CVs that demonstrate at least 100 running websites using Bun... Ziglang PhD required*

Автор

yes, lets change from a working framework/runtime to something experimental

arianitteamaxess
Автор

Bun is still in its infency. If you look at their roadmap, only 17 of 133 tasks has been completed. A lot of things like Tree-shaking or Code splitting (esm) are not supported yet. We definitely have to recheck how fast it is after adding all the features that Node js has.

codingjitsu
Автор

Should speed be the only talking point as far as a runtime environment? That's all people talk about. What else does Bun bring to the table over Node?

nanonkay
Автор

In persian language, we call ostrich: camel + chicken. A combination of two nouns.
JavaScript is good for the client, but you want it to be better, so make it great for the client. In the end, with useless work, you make an ostrich (camel + chicken), which is neither a camel, nor can it tolerate the desert, nor a bird that can fly, and only a new creature is added to the other creatures.
JavaScript for the client and Go, C#, Java, PHP, etc for the server side. You have both camel and chicken.

ahuramazda
Автор

i love how bun is full of bugs, alpha, reports horrible errors, and has a long way to go..and everyone is talking like we should all be using it...

notoriouslycuriouswombat
Автор

i gotta ignore any video that starts with "say goodbye to [insert technology]"

TheMikael
Автор

Let's all jump on the next bandwagon woot!!!

codernerd
Автор

these benchmark numbers are always misleading if not represented correctly and in the full picture.

arianitonline
Автор

Misleading title. Bun is sometimes depend on Nodejs. Tubers like you are creating bad impact on novice learner, they got puzzled and exhausted to choose. You could simply show the good behaviour of Bun, but not compare to a robust JS runtime.

sabbirsobhani
Автор

Stability and ecosystem is more important then a graph says how much percentage faster, like deno didn’t take off is really related to that. if u want speed don’t use js for backend use go or rust.

jasonshen
Автор

One thing I hate about node is when you want multiple instances, just sharing data across groups of instances. There are ways to do it but its parent child, events, emit. I would love just to determine associated instances for say a service, and the data can be easily shared but the loads distributed without thinking about it. I would like to see Bun have options to make this easy, so soft processors (per port) can share and distribute data more easily without thinking of event communications, parent childs, using caching servers etc.

MrKarlyboy