Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Wack63115yAs a replacement for Node, it might be tempting, especially since it still uses v8 unser the hood, ships as single executable and has more security built in. Native typescript support is nice, but not needed...
However, the ecosystem currently is centered around browser and node. Since the new runtime isn't just a drop in replacement, with additional enhancement, it will probably have a hard time... -
JhonDoe28185yI'll try it later maybe. In a couple of years when its more mature. I'm thrilled to see if it lasts until then
-
If it's performant and doesn't require an extra build step to run TypeScript, then it sounds pretty nice. Also, being "deny first" when it comes to permissions is nice. Would I use it? Is at least give it a real world try if it had proper community backing. So let's hope for that
-
Read it.
Sounds like...
_Node JS 2: The Reedeming_
I'm a bit puzzled by some features but what I've seen so far seems very good.
Just imagine if this becomes the standard and Node turns into a flavour. -
-
@karma if you dare to listen to Ryan Dahls horrible presentation skills you may be enlightened too? 😄
🎥Ryan Dahl - Deno, a new way to JavaScript
https://youtu.be/HjdJzNoT_qg -
@ben85ts
what is the advantage of using urls for packages instead of of a package manager npm? seems to me like more work/inconvenience to search each package url by hand and copy paste into your code? -
I remember watching a talk by the guy who created nodejs about that he regretted so I'm interested to see his new approach and what he's changed with the new tech that's come out since. Especially with me being interested in Rust and it having a base in Rust.
-
@PonySlaystation Best joke I've read so far. Best part is that it may not be a joke.
-
ben85ts365y@heyheni npm still resolves to urls just removes the need for a package file i guess :shrug:
-
@Wack npm is also distributed. By default only one repo is enabled, but you can add your company their repo and install custom packages used by your company.
Related Rants
What's your opinion on Deno the new javascript / typescript / Webasembly runtime from the same guy who invented node.js ? Do you think it will be replacing node? Do you gonna try it?
https://deno.land/std/manual.md/...
question
deno
js
nodejs