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, Vercel should be more popular than Bun.sh. It has been mentiond 601 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.
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 / 17 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
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
Before going to the Flutter code, publish this code to GitHub. Then open vercel.com, connect your repository, and deploy it. - Source: dev.to / 6 days ago
Create an account at Vercel with GitHub and authorize Vercel to see your private repo(s). - Source: dev.to / 15 days ago
Upload your folder to Netlify, GitHub Pages, or Vercel — and boom, your portfolio is online! - Source: dev.to / 18 days ago
For deployment, you can host your server on platforms like Heroku and Vercel. Both platforms offer free tiers, making it easy to deploy your REST API. - Source: dev.to / 26 days ago
ArNext is a NextJS-based framework that lets you deploy the same codebase both on Vercel and Arweave. - Source: dev.to / 24 days ago
Deno - A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
Next.js - A small framework for server-rendered universal JavaScript apps
Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
Netlify - Build, deploy and host your static site or app with a drag and drop interface and automatic delpoys from GitHub or Bitbucket
GitHub Pages - A free, static web host for open-source projects on GitHub
Zig - Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.