Dagmawi Babi
6.43K subscribers
14.8K photos
1.96K videos
231 files
2.06K links
Believer of Christ | Creative Developer.

Files Channel: https://t.me/+OZ9Ul_rSBAQ0MjNk

Community: @DagmawiBabiChat
Download Telegram
I switched to bun and I'm loving it!!! 😍

Bun is a drop-in replacement for NodeJS. It is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and NodeJS compatible package manager.

Here are some of it's features
Bun has a built-in watch mode (nodemon)
Bun reads .env files by default
Bun is a Jest-compatible test runner
Bun is up to 4x faster than Node.js
• You can even use import and require(), in the same file.
Bun has hot reloading
Bun is a JavaScript and TypeScript bundler
Bun has built-in support for the Web standard APIs (fetch, Request, Response, WebSocket, and ReadableStream)
• You can use Bun.password to hash and verify passwords using bcrypt or argon2, no external dependencies required.

Start here
https://bun.sh/

#Bun
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
Dagmawi Babi
I switched to bun and I'm loving it!!! 😍 Bun is a drop-in replacement for NodeJS. It is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and NodeJS compatible package manager. Here are some of it's features…
I'm not even kidding the speed is noticeably blazing!! 🔥

Bun reads files up to 10x times faster than NodeJS
Bun writes files up to 3x faster than NodeJS
Bun can serve 4x more requests per second than NodeJS
Bun can serve 5x more messages per second than ws on NodeJS

#Bun
@Dagmawi_Babi
Dagmawi Babi
I switched to bun and I'm loving it!!! 😍 Bun is a drop-in replacement for NodeJS. It is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and NodeJS compatible package manager. Here are some of it's features…
In the next version of Bun
• Named imports for .json & toml files works (instead of only default)
• Importing tsconfig.json files works (comments too)

Tools or scripts often want to read tsconfig.*.json files, which usually need an npm package for parsing JSON with trailing commas/comments. Instead, this makes importing these files use bun's JSONC parser automatically.

PR
https://github.com/oven-sh/bun/pull/4783

#Bun
@Dagmawi_Babi
Dagmawi Babi
This has sadly become true for me :/ Still waiting! #Bun @Dagmawi_Babi
This's a fun quirky project that tracks if Bun is available for windows yet.
IsBunWindowsYet.com

Currently at 92.51%

#Bun #Websites
@Dagmawi_Babi