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.| bun.sh
Worker threads#| nodejs.org
A story about building a scaling a web service in an extremely simple way using Heroku.| www.rdegges.com
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.| nodejs.org
You are a Node.js developer. You have written Node code and can run your application on your local developer machine, but you aren’t really that familiar with containers and container orchestration.| nathanpeck.com
After five years working with Node.js, I’ve learned a lot. I’ve already shared a few stories, but this time I wanted to focus on the ones I learned the hard way. Bugs, challenges, surprises, and...| Scott Nonnenberg
Process events#| nodejs.org
A personal website of Shuhei Kagawa. I write mostly on web technologies and life.| Shuhei Kagawa
Class: Worker#| nodejs.org
+ + tl;dr - I over-engineered a script to run a small experiment to figure out what was the right cluster size for PM2 in various CPU + RAM configurations. Turns out having lots of PM2 instances is really good when there’s not much memory and only slightly bad when there is sufficient memory, so a blanket recommendation like 32 actually works out. The code is on Gitlab – you can skip to the results.| vadosware.io