Get the latest tech news
Bun 1.2 Is Released
Built-in Postgres client with Bun.sql, built-in S3 object support with Bun.s3, a new text-based lockfile: bun.lock, Express is 3x faster, and a major update on Node.js compatibility.
When you make a request to/, Bun automatically bundles the<script> and<link> tags in the HTML files, exposes them as static routes, and serves the result. It's derived from the great work of LightningCSS, and re-written from Rust to Zig so it can be integrated with Bun's custom JavaScript and TypeScript parser, bundler, and runtime. In addition to supporting Node.js and Web APIs, Bun also has a growing standard library that makes it easy to do common tasks, without adding more external dependencies.
Or read this on Hacker News