Tagged articles
12 articles
Page 1 of 1
21CTO
21CTO
May 7, 2026 · Industry Insights

Bun Publishes Rust Migration Guide While Zig’s No‑AI Policy Sparks Debate

Bun, a JavaScript runtime built with Zig, can execute TypeScript directly and includes built‑in TS‑to‑JS tooling, but Zig’s strict no‑AI contribution rule clashes with Anthropic’s acquisition of Bun, prompting the creator to release a Zig‑to‑Rust migration guide that admits the rewrite is still experimental.

AI policyBunJavaScript runtime
0 likes · 6 min read
Bun Publishes Rust Migration Guide While Zig’s No‑AI Policy Sparks Debate
Code Mala Tang
Code Mala Tang
Mar 19, 2026 · Backend Development

Why Bun Beats npm and Node: A Deep Dive into Its Speed and Built‑in Tools

This article examines how Bun’s ultra‑fast package manager, integrated JavaScript runtime, native test runner, and built‑in database/S3 client together deliver a faster, lighter, and more streamlined development experience compared to traditional Node.js and npm workflows.

Backend DevelopmentBunJavaScript runtime
0 likes · 8 min read
Why Bun Beats npm and Node: A Deep Dive into Its Speed and Built‑in Tools
Java Tech Enthusiast
Java Tech Enthusiast
Feb 8, 2025 · Cloud Native

Bun 1.2 Release: Enhanced Node.js Compatibility, Built-in Database & Cloud-Native Features

Bun 1.2 delivers its biggest upgrade yet, boosting Node.js compatibility above 90% for core modules, adding built‑in PostgreSQL and native S3 support that outperforms the AWS SDK, switching to a readable lock file for faster installs, enhancing testing tools, and improving HTTP/2, filesystem, JSON and Windows performance while targeting remaining compatibility gaps.

BunCloud NativeJavaScript runtime
0 likes · 5 min read
Bun 1.2 Release: Enhanced Node.js Compatibility, Built-in Database & Cloud-Native Features
21CTO
21CTO
Feb 6, 2025 · Frontend Development

What’s New in Bun 1.2? 5 Major Updates That Redefine the JavaScript Toolchain

Version 1.2 of the Bun runtime introduces five significant enhancements—including improved Node.js compatibility, HTML import that replaces the entire frontend toolchain, native S3 object handling, a fast Promise‑based Postgres driver, and a text‑based lock file—positioning Bun as a comprehensive, cloud‑first JavaScript ecosystem.

BunHTML importJavaScript runtime
0 likes · 4 min read
What’s New in Bun 1.2? 5 Major Updates That Redefine the JavaScript Toolchain
21CTO
21CTO
Oct 1, 2022 · Backend Development

What’s New in Deno 1.26? Key Features, Node.js Compatibility, and Performance Boosts

Deno 1.26, released on September 29, introduces Node.js compatibility layer enhancements, updated readable‑stream implementation, new APIs like Writable.toWeb() and Readable.toWeb(), performance improvements, added CacheWeb support, a new –allow‑sys permission flag, and bundles TypeScript 4.8, positioning Deno as a faster, more compatible JavaScript runtime.

DenoJavaScript runtimeNode.js compatibility
0 likes · 3 min read
What’s New in Deno 1.26? Key Features, Node.js Compatibility, and Performance Boosts
21CTO
21CTO
Aug 18, 2022 · Backend Development

Can Deno Now Run Most npm Packages and Outpace Node? New Updates Explained

The recent Deno announcement reveals native npm package support, a faster HTTP server, and fierce competition from Bun, highlighting performance benchmarks, community reactions, and the ongoing race to become the fastest JavaScript runtime for backend development.

BunDenoJavaScript runtime
0 likes · 5 min read
Can Deno Now Run Most npm Packages and Outpace Node? New Updates Explained
Shopee Tech Team
Shopee Tech Team
Feb 24, 2022 · Mobile Development

Decentralized React Native Architecture Practice at Shopee: A Three-Year Evolution

Over three years, Shopee evolved its React Native architecture from a single‑bundle, centralized model to a fully decentralized system where each team independently develops, builds, and releases code, using an isolated JavaScript runtime and a self‑built Code Push Platform that manages permissions, incremental updates, grayscale releases, and migration of legacy plugins without disrupting ongoing business.

Bundle ManagementCode PushCross‑platform development
0 likes · 18 min read
Decentralized React Native Architecture Practice at Shopee: A Three-Year Evolution
政采云技术
政采云技术
May 11, 2021 · Backend Development

An Introduction to Deno: Architecture, Features, and Hands‑On Usage

This article explains what Deno is, its origins and motivations, compares it with Node.js, describes its Rust‑based architecture, security model, built‑in tools, TypeScript and WebAssembly support, and provides step‑by‑step examples for installation, HTTP requests, remote imports, and building simple services.

DenoJavaScript runtimeNode.js alternative
0 likes · 19 min read
An Introduction to Deno: Architecture, Features, and Hands‑On Usage
Node Underground
Node Underground
Aug 12, 2019 · Backend Development

Why Node.js? Origins, Architecture, and Ideal Use Cases Explained

This article introduces Node.js by covering its origins, core architecture, key features such as event‑driven non‑blocking I/O, and the scenarios where it excels, helping readers decide when and why to choose Node.js for backend development.

Event-drivenJavaScript runtimeNode.js
0 likes · 12 min read
Why Node.js? Origins, Architecture, and Ideal Use Cases Explained