Tag: bun
All the articles with the tag "bun".
What's New in Bun v1.2 - Faster, More Reliable, and Packed with Features
Published: at 03:34 PMDiscover the latest updates in Bun v1.2! Explore improved performance, enhanced Windows support, new shell features, and TypeScript parsing fixes. Perfect for developers seeking a faster JavaScript runtime.
How to Install Bun on Windows - Multiple Ways
Published: at 07:43 AMA comprehensive guide on how to install Bun on Windows using various methods including npm, curl, Scoop, Chocolatey, and GitHub releases. Learn the easiest way to set up Bun and enhance your JavaScript/TypeScript development.
How to Read Files in Bun.js: A Complete Guide
Updated: at 02:53 PMLearn how to read files in Bun.js with examples. Discover how to use Bun's efficient Bun.file() API to read text, streams, and binary data from files.