State of the Web: Deno
byteofdev.com
State of the Web: Deno
1–10 of 116 posts
Re: State of the Web: Deno
#2Re: State of the Web: Deno
#3I find sync is often simpler to code for.
Re: State of the Web: Deno
#4Re: State of the Web: Deno
#5False, V8 is a JS runtime with sandboxing built into its core design. It’s not a language and it doesn’t guarantee sandboxing the JS runtime.
> that makes it impossible
False, breaking out of the sandbox is trivial in environments which allow native addons.
Re: State of the Web: Deno
#6Why is it that ES6 modules load only asyncly but Node.js CommonJS modules only syncly? I find sync is often simpler to code for.
Re: State of the Web: Deno
#7Re: State of the Web: Deno
#8Re: State of the Web: Deno
#9It is the usual case of worse is better, and nodejs for better or worse, does it job.
Re: State of the Web: Deno
#10Deno is an interesting experiment, but I don't see it ever replacing nodejs, beyond the nodejs ecosystem eventually adopting it. It is the usual case of worse is better, and nodejs for better or worse, does it job.
Of course, it's up to each and every developer that contribute, but looking at some of the most up-stared Deno modules, that's the direction it's heading.