Node.js 20 is now available
nodejs.org
Node.js 20 is now available
1–10 of 101 posts
Re: Node.js 20 is now available
#2Re: Node.js 20 is now available
#3The "Don't talk about deno" release. Quite an interesting feature list. I'm really interested if wasi + a permission prescription + package authorization might allow us sharable cli tools like git hooks and filters that we can trust.
Re: Node.js 20 is now available
#4Deno and Node are converging more and more on every release, such a deja vu. The main difference being that deno offers much more as a business than just the "deno" product itself, so an eventual merge wouldn't be so trivial.
Denode or Nodeno? Who wants to place bets?
Re: Node.js 20 is now available
#5The "Don't talk about deno" release. Quite an interesting feature list. I'm really interested if wasi + a permission prescription + package authorization might allow us sharable cli tools like git hooks and filters that we can trust.
Why are you referring to it as that?
Re: Node.js 20 is now available
#6I have been confused recently with the moving best practices. What is the server architecture Next.js is most often plugged into?
Re: Node.js 20 is now available
#7Re: Node.js 20 is now available
#8The "Don't talk about deno" release. Quite an interesting feature list. I'm really interested if wasi + a permission prescription + package authorization might allow us sharable cli tools like git hooks and filters that we can trust.
Why are you referring to it as that?
Re: Node.js 20 is now available
#9Earlier quoted context omitted.
Why are you referring to it as that?
because one of deno's key selling points is restrictions on permissions, on what can a running script do to its environment.
Re: Node.js 20 is now available
#10What is the standard web application backend framework for Node.js these days, is it Koa? As I understand it express is quite dated because of the callback structure. I have been confused recently with the moving best practices. What is the server architecture Next.js is most often plugged into?