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, GitHub seems to be a lot more popular than Bun.sh. While we know about 2268 links to GitHub, we've tracked only 201 mentions of Bun.sh. 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.
If you don’t have one already, go to https://github.com and sign up for a free account. Be sure to use your school-issued email address if you have one—it helps GitHub verify your student status faster. - Source: dev.to / 2 days ago
The most important thing you should do for any MiniScript-related project is to tag it (in the "About" info) with miniscript. This will cause your project to appear under the miniscript topics list: Https://github.com/topics/miniscript. - Source: dev.to / 3 days ago
Go to https://github.com///settings/pages and click the live site to verify it is running. - Source: dev.to / 3 days ago
SSH into the server and clone your repo: Git clone https://github.com//.git Cd Npm install Node app.js # or your startup script Ensure it runs on port 3000. - Source: dev.to / 4 days ago
In open source and innersource projects, like the ones that you find on GitHub, GitLab, and Bitbucket, the README document is the project's welcome page. It's the first thing people see when they search for a project. README documents describe what the project is, how you use it, and how you can add to it. If you want your project to be successful, your README document must give a good first impression. - Source: dev.to / 5 days 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 / 14 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 / 29 days ago
Https://bunny.net/ - a CDN, it has nothing to do with https://bun.sh/ as far as I can tell. - Source: Hacker News / 29 days ago
Inspired by the speed of Bun, the reliability of Yarn, and the efficiency of PNPM. - Source: dev.to / about 1 month ago
An early incarnation of server-side JavaScript was created by Netscape around the same time, but it wan't particularly successful. It wasn't really until Ryan Dahl created Node.js in about 2010 that server-side JavaScript really took off and became "a thing". More recently a serious competitor to Node.js - Bun - has emerged: its main advantage over Node.js is its stellar performance. - Source: dev.to / about 1 month ago
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
Deno - A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
VS Code - Build and debug modern web and cloud applications, by Microsoft
Next.js - A small framework for server-rendered universal JavaScript apps