DEV Community

Discussion on: Bun, the new Javascript runtime competing with Deno and Node

Collapse
 
alexmario74 profile image
Mario Santini

Thanks to introduce Bun, I didn't know about it and it is an interesting project to keep an eye on.

Anyway, I noticed there are some wrong assertion in your post:

"...like environment variables, https, or Typescript, aren’t included in Node"

Actually, environment variables and https are included in Node.

I have a look to the Bun docs and what it offers more than Node is a built in dotenv, fetch, and WebSocket packages.