Bun is a new JavaScript runtime built from scratch to serve the modern JavaScript ecosystem. It has three major design goals:
Speed. Bun starts fast and runs fast. It extends JavaScriptCore, the performance-minded JS engine built for Safari. As computing moves to the edge, this is critical.
Elegant APIs. Bun provides a minimal set of highly-optimimized APIs for performing common tasks, like starting an HTTP server and writing files.
Cohesive DX. Bun is a complete toolkit for building JavaScript apps, including a package manager, test runner, and bundler.
Bun is designed as a drop-in replacement for Node.js. It natively implements hundreds of Node.js and Web APIs, including fs, path, Buffer and more.
The goal of Bun is to run most of the world's server-side JavaScript and provide tools to improve performance, reduce complexity, and multiply developer productivity.
No Bun.sh videos yet. You could help us improve this page by suggesting one.
Based on our record, Bun.sh should be more popular than Rust. It has been mentiond 202 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Hello! Rust has very useful tool, named Cargo. It helps you compile code, run program, run tests and benches, format code using cargo fmt and lint it using clippy. In this post we'll talk abou Clippy. - Source: dev.to / 3 months ago
What are we going to do today? We're going to build a minimalist blog using Zola (built with Rust, btw), AWS CDK, Tailwind CSS, and a tiny bit of Typescript. - Source: dev.to / 3 months ago
Effortlessly remove up to 98% of bloatware apps from your Android device without needing root access. Developed in Rust for efficiency and reliability. - Source: dev.to / 7 months ago
One language that really gave me that feeling was Gleam, it managed to wrap everything I liked about languages such as JS, Rust and even Java into one brilliant type-safe package. Not for a long time before I met Gleam had I wanted to try creating so many different things just to get to the bottom of how this language ticked, as it were. - Source: dev.to / 8 months ago
Let's dive back into Rust! This time we're going to be going through the lesson called "Enums and Pattern Matching". We're going to be looking at inferring meaning with our data, how we can use match to execute different code depending on input and finally we'll have a look at if let. - Source: dev.to / about 1 year ago
Bun (YC S19) | https://bun.sh | San Francisco, CA; on-site | Visa sponsorship available | Full-time Bun is an incredibly fast all-in-one toolkit for building, installing, running, and testing JavaScript and TypeScript. We were born out of frustration with the fragmented, slow JavaScript ecosystem and are on a mission to make JavaScript development faster and more productive. We are looking to fulfill the following... - Source: Hacker News / about 17 hours ago
Rove is a fast, no-fluff migration manager for PostgreSQL built with Bun and TypeScript. It’s built for devs who just want to write raw SQL, version it in folders, and run it with confidence. - Source: dev.to / 18 days ago
Let’s talk real — Express had its moment. But the dev world? It's moving fast. I recently jumped into building APIs using Hono (tiny, fast, edge-native framework) with Bun (next-gen JS runtime), and honestly... The experience is smooth, fast, type-safe, and just way more modern. - Source: dev.to / about 1 month ago
Https://bunny.net/ - a CDN, it has nothing to do with https://bun.sh/ as far as I can tell. - Source: Hacker News / about 1 month ago
Inspired by the speed of Bun, the reliability of Yarn, and the efficiency of PNPM. - Source: dev.to / about 1 month ago
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
Deno - A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
Next.js - A small framework for server-rendered universal JavaScript apps