Deno just hit v1.0.0-rc1. I have to say it's awesome to write scripts with TS support out-of-the-box. What do you think?
@sanusihassan71254 жыл бұрын
Will node be replaced by deno?
@Max142114 жыл бұрын
Your content has always been good. But it's on another level now, your scripts have 0 fluff and your editing jobs are really incredible and a very entertaining to watch. Mad props on your development as a content creator love your videos. :)
@Jessyco4 жыл бұрын
@@sanusihassan7125 Depends on all the developers and support currently in place for Node. Just like any technology stack if it ain't broken don't fix it. Unless someone has some time on their hand to make a Node => Deno I don't see it happening overnight.
@sanusihassan71254 жыл бұрын
@@Jessyco you are right
@pardal_bs4 жыл бұрын
The only thing I don't like about Deno is how it uses async iterables for listening to connections instead of events. Here's why: 1. It doesn't make sense to "iterate" over a listener. 2. It can cause bugs, because `await`ing inside a `for await ... of` will block requests from coming in. 3. Want to write something after the `for await ... of` loop? It won't execute. It feels like writing in a systems language, where the whole thread stops, waiting for something to happen. I also don't like the callback hell, but sometimes callbacks make more sense.
@smccartney094 жыл бұрын
Job postings already asking for 3-5 years of Deno experience
@muhammadfaateh64634 жыл бұрын
that is clearly lol
@carloslfu4 жыл бұрын
I just got 5 years of experience watching this 100s video.
@andreiaquino89944 жыл бұрын
I agree with this 😂 smh
@kolonbah67614 жыл бұрын
Exactly what I am thinking 😂
@shardulbirje63794 жыл бұрын
@@muhammadfaateh6463 😂
@yassinahjij43214 жыл бұрын
2009: NODE 2018: DENO 2027: NEDO 2099: DONE
@KingKong-zq4mp4 жыл бұрын
ENDO
@gpguru73554 жыл бұрын
@@KingKong-zq4mp ODEN
@abulfazlhaidary46254 жыл бұрын
Good one!!
@daxitpatel4 жыл бұрын
@@gpguru7355 THOR?
@KingKong-zq4mp4 жыл бұрын
@@daxitpatel LOKI
@Pogibakayo4 жыл бұрын
Can’t wait to try this out. Fireship is like Santa bearing toys for devs.
@sinatraforeign4 жыл бұрын
Christmas in july!!
@joopie466144 жыл бұрын
it's nothing exciting tbh
@lasindunuwanga52924 жыл бұрын
Same here
@thecashewtrader33283 жыл бұрын
Yes
@t.h.48232 жыл бұрын
Definitely agree. I have already 6x more frameworks and languages I want to learn, that the ones I can use. xD
@911madza4 жыл бұрын
Letters "D", "E", "N" and "O" can be arranged in 24 different ways. We already got NODE (2009) and DENO (2018). Assuming new JS runtime comes out every 9 years, we should be covered for next 204 years.
@tasehagi4 жыл бұрын
Can't wait for ODEN! Hope I'll live long enough!
@VictorNascimentoo4 жыл бұрын
DONE
@911madza4 жыл бұрын
@@VictorNascimentoo They should symbolically release DONE as v24! Fingers crossed for 2216.
@CubeAmaterasu4 жыл бұрын
Definetly DONE will be the last one
@divingradish4 жыл бұрын
@@tasehagi Yummy
@lemek44 жыл бұрын
I love JavaScript world! Don't try to fix existing stuff, just create a new one!
@Fireship4 жыл бұрын
Haha, according to Ryan Dahl, Node is basically unfix-able because of all the legacy stuff it needs to support.
@adam-k4 жыл бұрын
@@Fireship 5 years from now deno will have the same problem. Anyway cannot use it before large cloud service providers adopt it.
@randomuser664384 жыл бұрын
@@adam-k Ain't cloud servers supposed to allow you to install whatever you want?
@karma_yogi_424 жыл бұрын
@@adam-k sure all software needs to be upgraded and maintained, but the point here is node's architecture is bad and upgrading is extremely difficult. That's why you see late adoption of newer es features. eg: you can virtually forget about top level await in node. Impossible for node to start on ts and wasm support
@kebbotnet41704 жыл бұрын
on the contrary, look at software that tries to "fix existing stuff" without breaking BC. PHP is full of baggage from bad decisions in the past that won't be removed because of backwards compatibility. Java also suffers from this.
@liamvandemon11654 жыл бұрын
Once you mentioned the Rust bindings I was sold! I'm excited to dig in and try this out. Would love to see more vids on Deno, WASM, and Rust in the future, thanks for the great content as always!
@academixit51264 жыл бұрын
2022: NODENO - fixing all the problems with DENO.
@okie90254 жыл бұрын
3 weeks later: NONODENO - self explanatory
@crowlkats4 жыл бұрын
cant fix something that aint broken :P
@Microphunktv-jb3kj4 жыл бұрын
deno = so.. you have to use npm to install deno ... pretty much sums it up... pretty sure everyone keep using npm :D
@athif234 жыл бұрын
@@Microphunktv-jb3kj I don't know what you're talking about, but I'm pretty sure you don't install deno using npm.
@VictorNascimentoo4 жыл бұрын
I would call it "DONE"
@JordanLenz4 жыл бұрын
I'm a first year software dev student. I'm nowhere near this level of knowledge but I still like learning about all these advanced technologies. :)
@elmotareal4 жыл бұрын
The only true skill you will acquire for real, is choosing what to ignore and what to learn :)
@gokuafrica4 жыл бұрын
So jealous of you. Wish I had subscribed to fire ship when I was in my first year
@maurusaurelius12664 жыл бұрын
Try to keep that beginner’s mind. It’s a blessing.
@lorenzocanavaggio53354 жыл бұрын
You will get there ;)
@SimoneAronica4 жыл бұрын
I think that once you'll understand how servers (especially http servers) work, it'll be easy to switch between every framework, as the hardest part of entering in a new framework is always learning the new syntaxes and what it can do without you needing to configure anything, but then the request respond architecture is always the same across all languages. Edit: fixed typos
@lionel164 жыл бұрын
Deno is honestly super interesting and I'd encourage the use of it over node for beginners.
@lykeuhfox45974 жыл бұрын
Thank you, thank you, thank you for this video format. With so many web technologies, these 100 seconds videos save me so much time with basic explanations for what they are and what they're used for.
@AreyHawUstad4 жыл бұрын
This is one of the best channels I have subscribed to in a very long time. Thanks for these 100-second videos, they are simply amazing!
@realsong-fake4 жыл бұрын
As a Rust developer I would be very happy to use Deno if it can import crates directly for server side usage. I mean WASM is good and all but it requires some extract work to bridge between the JS and Rust is something I'm too lazy to do. And branch out from tokio runtime would also be cool.
@Skia_4 жыл бұрын
your video editing and those memes you throw around are fire XD
@FahadAyaz4 жыл бұрын
So is your body
@FidelGuajardo4 жыл бұрын
Thank you for talking about this. I had forgotten about it after hearing about it almost a year ago. I would have thought it had fizzled out had it not been for you. I really enjoy your breadth and depth of topics. THANKS!
@ragnarlothbrook81174 жыл бұрын
Your videos are so well made that I would watch them even if they would be about crocheting.
@yuudaemones26244 жыл бұрын
Holy cow, _shivers_ that top level await though. And server side TS just makes sense. This looks so rad.
@Metruzanca4 жыл бұрын
I have been waiting for Deno to hit a useable release. HELL yes. Thanks my man for bringing this to my attention.
@lord127904 жыл бұрын
Love this runtime, single executable, import directly from url, they started with golang but they moved to rust which is a great choice, caching of already compiled codes, sandboxing (nothing outside sandbox is allowed by default), and many more. Hope this is adopted fast and we get more libraries for this or port of node libraries here.
@codecraft27 Жыл бұрын
Can you plz explain 'sandboxing'
@MrAwesomeTony4 жыл бұрын
I learned about Deno when I was searching electron alternative and felt it has the potential to replace node in some ways. It also ditched a lot of nodejs stuff like NPM(package.json), API methods, etc. The point is that while it is still young, but it shows the ambition to correct a lot of things node is doing wrong (according to my "research"). Have fun learning new stuff.
@softwarelivre23894 жыл бұрын
Can't wait for an deno based electron/nwjs version [Deno Webkit maybe 🤔🤔🤔].
@Yassir.A.P.2 жыл бұрын
So, what Electron alternatives have you found and now recommend?
@xeliani.78092 жыл бұрын
@@Yassir.A.P. tauri
@codecraft27 Жыл бұрын
Can you Explian what things nodejs does wrong?
@rickvian4 жыл бұрын
nobody: recruiters: "we need Deno programmer with 3 years of experience"
@bob_kazamakis4 жыл бұрын
9/10 video. Very informative, but you didn’t say “syntactic sugar” once, which is what I came for.
@yogeshdeveloper53464 жыл бұрын
Yes! In my opinion, Deno is the future of js runtime!
@Wereld034 жыл бұрын
If it supported NPM modules, those are what make node great
@crowlkats4 жыл бұрын
@@Wereld03 those are what make node hell. Too many people rely on dependencies for stupid reasons... left-pad is the best example. People should stop blindly using packages
@exactzero4 жыл бұрын
@@Wereld03 No.
@xSoulheadDesigns4 жыл бұрын
More of this pls! It's nice as a developer to meet these technologies in a short way.
@CloudWithUgur4 жыл бұрын
you are the reason I stopped recording how tos or todos videos, dude, your videos are just great and I thank you !
@benyou13244 жыл бұрын
Deno stands for: Destroy node.
@khotambakhromov4 жыл бұрын
btw, is it real? or just a joke
@eoussama4 жыл бұрын
I Deno about that chief!
@sadhlife4 жыл бұрын
@@khotambakhromov absolutely real. and absolutely the future
@alim.ismail82724 жыл бұрын
Deno is node in reverse. no-de => de-no
@KylerChin4 жыл бұрын
Yes, also is the name from a Japanese manga about a dino
@3mro_coding4 жыл бұрын
I can't ignore any video you post even if am not interested. For sure I will learn something new. You have unique conents.
@supbra13 ай бұрын
Time flies, its 2024 and Deno 2.0 can now run NPM packages
@Kevin1922914 жыл бұрын
Already using it and already loving it!
@alexcubed42704 жыл бұрын
This looks really interesting! I have never heard of Deno before this video, and I think I might see it a lot more in the future!
@davidsaracini73004 жыл бұрын
Node was released in 2009... over 10 years ago. Now a decade later, the same guy that created Node and has probably 20K hours of working with it, has decided to create Deno to address areas where he feels like HIS CREATION has fallen short, and people want to dismiss it? Ryan Dahl has forgotten more about Node than most people will ever know. So, maybe it might be smart to pay attention. Everything I'm seeing from the initial release looks very promising.
@kickbuttowsk2i4 жыл бұрын
just binged your channel vids and you came up with this
@ichiidev4 жыл бұрын
The only things that are keeping me on Node are NPM and the popularity of Node. I'm still a beginner developer and I rely a lot on modules, and even if Deno has a lot of good things, because the use of external package seems like a lot of complications for me, and because there are less people using it, I won't be able to find much help in case I struggle. And because of that, I'll be staying on Node for some more time.
@Delsto54 ай бұрын
Who else is here for Deno 2.0 in 2024?
@stephen98494 жыл бұрын
PWA in 100 seconds
@Fireship4 жыл бұрын
That'll happen soon :)
@goodclover4 жыл бұрын
@@Fireship Yes!
@rishavg95244 жыл бұрын
This guy makes learning awesome
@rand0mtv6604 жыл бұрын
It looks cool and the fact that the creator fixed some of the issues that plague Nodejs is great...but I'm not sure if it can gain enough traction since Node as a platform (with NPM) is so popular right now and there has been so much tooling and code created for it. People might be hesitant to migrate.
@Soremwar4 жыл бұрын
The thing is Node is not especial, what gives Node value is the fact that it can run JavaScript, meaning that most of the code already written in Node can be ported to Deno, so it's not like Deno begins at 0% percent, it can inherit everything Node already has For example, I can use React directly on my Deno app without having to rewrite a single line of it
@AlecArmbruster4 жыл бұрын
Can’t wait to learn Deno and let it be one of my primary sources of pain/suffering in the future!
@tobias35814 жыл бұрын
You know you produce quality consistently when I clicked like just by seeing the topic and channel
@normaneshuchi54744 жыл бұрын
Okay I am stoked to try this!!! it is pretty awesome, especially the fact that it does away with so much boilerplate (The lazy side in me is winning). Thank you
@isfland4 жыл бұрын
10 years later, new product from Ryan Dahl: DONE, which solves the Deno and Node weaknesses.
@jayanths12214 жыл бұрын
Kind of unrelated but is it worth learning Typescript for a NodeJs developer at all?
@Fireship4 жыл бұрын
I find it very valuable for node dev kzbin.info/www/bejne/l5mmqKSojtV8q68
@TimeoutMegagameplays4 жыл бұрын
If you have some framework to work with that supports TypeScript (such as NestJS) it's good to know, having a type safe server-side API is great.
@alexcubed42704 жыл бұрын
Typescript is awesome! I saw a comment I posted on that video a year ago where I said "Now I'll probably start using it more than JavaScript.", and I can confirm that I solely use typescript now :D
@nadakidd4 жыл бұрын
It's worth knowing and can be really useful for things like APIs, but the closer you get to the front end, less the trade-off is worth it IME considering that there is a tax to having ts in your stack. Everyone talks about the alleged benefits. No one talks about the trade-offs. medium.com/javascript-scene/the-typescript-tax-132ff4cb175b "Programmers know the benefits of everything and the tradeoffs of nothing" (Rich Hickey) www.reddit.com/r/programming/comments/3va6x0/programmers_know_the_benefits_of_everything_and/
@exactzero4 жыл бұрын
It's the future! Once you start using it, there's no going back.
@logandemir16354 жыл бұрын
Bro, you are the man! More awesome techniques please!
@natew47244 жыл бұрын
I'm sorry but that server with for await is the most satisfying thing I've ever seen in my life
@Arciiix4 жыл бұрын
Your videos are amazing dude, keep it up :D
@0x6e954 жыл бұрын
YES! Finally! Deno will be huge in the future. Mark my words.
@AlexEscalante3 жыл бұрын
I would try it! Certainly makes things easier and straightforward
@elbonkadillo4 жыл бұрын
Secure by default!? PogChamp!! I definitely have to check this out.
@Geomaverick1244 жыл бұрын
I think the way that these new languages will become popular is for Senior devs looking to use something new at their companies start using a combination of Svelte and Deno. When they leave the company you will have a void and a need of someone who knows Svelte and Deno to take his place...if those new frameworks are adopted company wide then when people leave the company they take that knowledge and implant it into another company causing the need to spike
@bahlulhasanli4 жыл бұрын
Thank you bro 👍🏻 You are just awesome
@Geomaverick1244 жыл бұрын
I think that it will become one of the big programming frameworks / languages but wont overtake Node...Similar to how typescript wont overtake javascript or Svelte over the other frameworks... at least for a few years. On the front we will have React, Angular, Vue, Svelte...and on the backend will have Node/Express, Deno, Python,Php/Laravel, and C# as choices for the most popular
@zoecarlibur4 жыл бұрын
The line between front-end and back-end will become even more blurred. Once the code bases start to look the same. Which is a good thing IMO. But how does this affect existing frameworks like NestJS or Angular?
@GameFuMaster4 жыл бұрын
1:29 so does this cache last forever? What if you end up in a place where you don't have internet but still want to continue developing?
@fedes96264 жыл бұрын
One guy will make a small web framework for deno inspired by ruby and will be praised like a god yet again.
@TheEnde1244 жыл бұрын
Please do more videos about Deno! It looks really good
@gustavokuze4 жыл бұрын
The real question is: When is Ryan Dahl going to be DONE?
@HomelessFooser4 жыл бұрын
i was kinda thinking the same thing so this made me laugh
@VishalPandey-tf3wp4 жыл бұрын
:D
@redeemergadol4 жыл бұрын
Great vid. Seems too niche right now. So many haven't even picked up TS for Node. Let's get there first. Personally, I use Go :)
@97pixels4 жыл бұрын
Looks really powerful with handy features
@osbornghampson9952 жыл бұрын
Even though it is awesome, it can't beat node js because of the community support and maturity, plus companies will not migrate when existing tools already do the work without too much issues
@maxwellsmartarse29162 жыл бұрын
But what about for new coders and new ventures? That's probably where the market is. It's where I'm starting.
@user-wc1sm8cj8s3 жыл бұрын
that top level await is just, insane! holy crap I wish they also do this in node
@codeaperture3 жыл бұрын
Node can't be replaced by Deno..
@user-wc1sm8cj8s3 жыл бұрын
@@codeaperture Why not reread what I just said. Did I say replace Node with Deno? Improve your reading comprehension mate!
@companyco48592 жыл бұрын
@@codeaperture Who do you think you are not reading things and typing something irrelevant to op's submission.
@proohit994 жыл бұрын
Oh my God, now that I see this in action, this looks so promising. Can't await it!
@vukkulvar97693 жыл бұрын
await deno()
@davidnagy10464 жыл бұрын
i like the idea of Deno, but i also like bringing up my terminal to use npm or yarn
@Microphunktv-jb3kj4 жыл бұрын
deno is so good that you have to use NPM to install it... what a joke rofl. Since github acquired npm, this deno gonna be extinct in no time, just like dinosaurs... the logo is fitting :)
@typicalcube4874 жыл бұрын
@@Microphunktv-jb3kj you don't have to use npm to install it...
@Soremwar4 жыл бұрын
@@Microphunktv-jb3kj Some guy posted a version of Deno to npm(only to showcase, it doesn't actually work), but Deno has nothing to do with Node. Don't know where you heard that BTW. Is Microsoft who owns NPM, and TypeScript is also from Microsoft. Deno is light years ahead of Node with TypeScript support, so I have a pretty clear image on who has the advantage here
@softwarelivre23894 жыл бұрын
Deno can be installed from de command line from shell, powershell, bash, and all on a one-line command. So if you wanna nitpick, do it right. Stop with lies.
@danielwood24324 жыл бұрын
I would love to see more videos about Deno. I love Node, but have found parts of it to be gross to use. I love your fast paced style of videos and would be thrilled to see more on this topic from you.
@pravishal51024 жыл бұрын
No callback hell! No NPM ! Am Adopting this!
@lone.wo1f4 жыл бұрын
Now, I think it is better to be a software developer than a web developer, every now and then new runtime, frameworks come, and little time you get to learn, let alone master them...
@yogenp4 жыл бұрын
Love the content and the animation. Nice job!
@edgarchicas67564 жыл бұрын
Just learned how to use node, and deno looks real good 👍🏼
@kademmohammed68364 жыл бұрын
I'm an early adapter of this video xD
@chrismuga4 жыл бұрын
Deno sounds exciting, will use it if I get a chance. In the meantime NODEJS will do.
@Guergeiro4 жыл бұрын
If anyone wants a rest micro framework for Deno, checkout Drash! Disclaimer: I'm one of the mantainers.
@MaxProgramming4 жыл бұрын
what is the advantage of typescript over javascript? And when I try create-electron-app, it doesn't work as you showed in your video
@jrkdigital4 жыл бұрын
Max Programming type script is a strongly typed language, you may want to look into what that is. And try running “npx create-electron-app”. If that doesn’t work let me know what it says.
@MaxProgramming4 жыл бұрын
@@jrkdigital I did npx. But it throws error to me
@jrkdigital4 жыл бұрын
Max Programming what error?
@exactzero4 жыл бұрын
Strongly-typed, better linting, less runtime errors, higher maintainability, better team collaboration, intellisense! And more..
@Soremwar4 жыл бұрын
TypeScript is a tool to understand what your code is really doing. Granted, it doesn't check for runtime errors and his type system is flawed due to the flexibility of JavaScript, but still it does a great job by noticing things you wouldn't catch in a hundred years, saving time and effort
@Oswee4 жыл бұрын
Considering all the clutter in frontend world... i think this will be the game changer. Highly optimistic even if i do not use JS for the back-end.
@roulzhq4 жыл бұрын
I have no idea about the technical obstacles not about alternatives, but using npm with deno would be awesome. I don't like the idea of creating all those npm packages again for deno, thought I understand that it would need quite some work to support npm.
@TheHermitHacker4 жыл бұрын
If node.js was such a big deal, Demo certainly will be. Looking forward to it.
@Ken-jp7eu4 жыл бұрын
How we gonna do package version control then? By copying URLs from every website?
@spongechameleon69404 жыл бұрын
I guess the providers will have to include the version in the URL e.g. "...?=latest" or "...?=v3.2", maybe ??
@softwarelivre23894 жыл бұрын
While it is possible to import from URLs, the best practice is to download the script (or copy the source code and save locally) to your machine/server and do only local imports, so that you will not run out on any problems.
@shahinbayat4 жыл бұрын
100% future of JS runtime! Deno = Node - bad parts + lots of new good parts!
@gregfletcher23604 жыл бұрын
Deno is chance to right the wrongs of Node. And Node is pretty awesome
@michaelweaver44394 жыл бұрын
have been playing with deno a bit - very nice, but I question the point of heading for server side typescript, when I could also head for WASM this seems more the way forward into the future and when we start to loose the restrictions on the anguages we choose then it starts to open a can of worms around what languages we actually want to use in what situation? is deno really the right language for the server or browser? maybe Rust? Go? C#, Java, heck C++ anyone?
@Fireship4 жыл бұрын
It depends on what you're building. TS is the best language for scripting (imo) and way faster to learn/write than most compiled languages.
@LarsRyeJeppesen4 жыл бұрын
Using same language front and backend is the trick
@Smrtnyk4 жыл бұрын
Deno is not a language
@Soremwar4 жыл бұрын
GO is great, in fact any language should do the job for what you are looking Find a language you like, check if it offers what you need and then start learning from there. I find myself to be way more productive with JavaScript so that's what I stick with
@kimdavidj24 жыл бұрын
Dude this is AWESOME!!
@brandonleichty4 жыл бұрын
Yes. I do think it’s the future of server side JavaScript.
@rafmsou4 жыл бұрын
I guess this is the future and it will be massive!
@eagle_elyas4 жыл бұрын
Me: still struggling to learn NodeJs basics Dahl: Oops! I released Deno Fireship after visiting Deno's homepage: Deno is the future!
@slapmyfunkybass4 жыл бұрын
You’ll spend time learning this only for something to replace it two years down the line.
@NFSHeld Жыл бұрын
Deno: it's safe by default. Next up: how to import modules from a foreign URL that you don't control without a hash-sum that guarantees that what you imported a second ago is still what you thought it was a month ago.
@mikevaleriano95574 жыл бұрын
I just wish Deno (or even Node) would implement something to make coding as zen as Python. What I mean is an UNDISPUTED set of defaults as style guide, much like you get with Black or autopep8 in Python. It would make tooling so easier to digest, no more infinite .dotfiles laying around your root.
@lycansre4 жыл бұрын
how do you know so much about front-end?
@Melvin420x124 жыл бұрын
Node is huge, it's plain javascript and just works. Deno is small, has all these other things you have to learn (Like typescript), it doesn't work right out of the box. It's nicer, sure. But it's does not have the same appeal as Node has.
@crowlkats4 жыл бұрын
TS is optional, you can still run JS. It works more out of the box than node: it is a single executable, so you can have it on a USB stick and it will just run. Node needs to be installed. And yes it doesnt have the same appeal as node, it has a better one
@kerimtim4 жыл бұрын
0:38 Closing the laptop and going to gym!
@mostafamohammed48534 жыл бұрын
Typescript in 100 seconds pls I really love your videos and I hope you Good luck ♥️
@DarshitHedpara4 жыл бұрын
You are awesome dude 🔥🔥🔥🔥🔥🔥
@randomuser664384 жыл бұрын
I was looking forward for 1.0. I'll give it a try.
@alexskinner69054 жыл бұрын
I'm not going to lie, this does look pretty sweet.
@lucianotomasvilla72744 жыл бұрын
Will it replace Node?
@Sxxov4 жыл бұрын
any idea how deno's approach to inline url's for importing will scale up? as flawed as "node_modules" are as a system, it really does let a developer not worry about the dependencies as much during development
@Soremwar4 жыл бұрын
I use it, and it has been a really good experience. As weird as it may look, you can make it work exactly as package.json(import maps) and just change the url/version of your module in one place More at deno.land
@DannyZolp4 жыл бұрын
You see, the only time Deno will be prevalent is when I am trying to write something in node and the package I need is ONLY supported in Deno...
@supindersingh88824 жыл бұрын
Got introduced first time with Deno. Looks little bit cooler than Node
@EllyOguttu4 жыл бұрын
I am fireship and i am the fastest explainer of frameworks in the world
@Mauryarohit14 жыл бұрын
liked the intro already.
@mibdev4 жыл бұрын
Dammn. Nice. We just ditched Node over Go and Rust, but Deno might be nice for some prototyping. I'm liking the look of it. :)
@Jianju693 жыл бұрын
I always thought Node was pretty cool, yet Deno has everything I always wished Node was.
@zbobur924 жыл бұрын
Last thing we need is new frameworks. We already have shit ton of frameworks to choose from. Can we work with what we currently have and improve that?