rayray
bun
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rayray
bun
-
Run Bun Run! Building an AWS CDK Template with Bun
Bun has its own package for creating a Lambda Layer.
-
Creating an NPM Package in 2024 (Deno, dnt)
Replace is-not-bun with the name of your package. This tutorial is the text version of this Youtube tutorial and will address the same problem space of determining if a user is running an npm package using Bun (you don't need to know about Bun either).
-
How to send emails using Bun and React
Bun is an all-in-one runtime for JavaScript. It comes with a bundler, test runner, and package manager.
-
Why use Vite when Bun is also a bundler? - Vite vs. Bun
Vite has Hot Module Reloading (HMR), which is important for fast local development. Bun's HMR currently has at least one open issue.
-
Deno by Example
Has anyone played with both Deno and Bun? They seem very similar but while Deno uses V8 (like Node), Bun uses Apple's JavaScriptCore.
-
Will Bun replace Node.js? First try with NestJS
Bun is a fast JavaScript all-in-one toolkit that helps to develop, test, run, and bundle JavaScript & TypeScript projects. It claims to be really fast in terms of runtime and development. So it should not only make the app faster but speed up the development process too. Take a look at their video presentation on YouTube.
- Nue: A React/Vue/Vite/Astro Alternative
-
How to make a chatbot for the Reddit API
You can see I'm using Bun which is the new JS all-in-one toolkit. You can also use npm or pnpm as a replacement in this project.
-
Bun: The Next Big Thing in Javascript
Bun is a Javascript runtime that claims to be 4x faster than NodeJS. Bun is an all-in-one Javascript runtime & toolkit. Bun ships as a single executable that can be installed on your computer. Bun is written in Zig, a low-level general-purpose programming language. Zig is an imperative, general-purpose, statically typed, compiled system programming language. Zig is supposed to be a replacement for C and C++. Zig is designed to be smaller and simpler to program in while also offering modern features, so you'd expect applications built with Zig to be quite fast, a feature that spills into Bun.
-
Brewing a Full-Stack Breakfast with ExpressoTS, Bun, and Elysia
curl -fsSL https://bun.sh/install | bash
What are some alternatives?
vite - Next generation frontend tooling. It's fast!
GORM - The fantastic ORM library for Golang, aims to be developer friendly
nvm - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
go-pg - Golang ORM with focus on PostgreSQL features and performance
deno - A modern runtime for JavaScript and TypeScript.
fastify - Fast and low overhead web framework, for Node.js
just - a very small v8 javascript runtime for linux only
Svelte - Cybernetically enhanced web apps
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
pgx - PostgreSQL driver and toolkit for Go
Next.js - The React Framework
deno-lambda - A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.