Matteo's Thoughts on Bun
As the creator of Fastify and a Node.js TSC member, it’s interesting to see what Matteo thinks of alternative runtime Bun. - https://adventures.nodeland.dev/archive/my-thoughts-on-bun/
#bun
As the creator of Fastify and a Node.js TSC member, it’s interesting to see what Matteo thinks of alternative runtime Bun. - https://adventures.nodeland.dev/archive/my-thoughts-on-bun/
#bun
adventures.nodeland.dev
My thoughts on Bun and other Adventures
Bun 1.0 release, Node.js performance, and released videos on OpenMeter and EventEmitter anti-pattern.
Serverless Bun vs Node: Benchmarking on AWS Lambda
Following the recent release of Bun 1.0, Mitchell ran some tests to determine if the updated runtime is a legitimate contender for serverless environments like AWS Lambda. - https://medium.com/@mitchellkossoris/serverless-bun-vs-node-benchmarking-on-aws-lambda-ecd4fe7c2fc2
#bun #vs #nodejs
Following the recent release of Bun 1.0, Mitchell ran some tests to determine if the updated runtime is a legitimate contender for serverless environments like AWS Lambda. - https://medium.com/@mitchellkossoris/serverless-bun-vs-node-benchmarking-on-aws-lambda-ecd4fe7c2fc2
#bun #vs #nodejs
Medium
Serverless Bun vs Node: Benchmarking on AWS Lambda
Is Bun a legitimate contender for serverless runtime environments like AWS Lambda? Let’s test some benchmarks against NodeJS to determi...
Can Bun Eat Node.js’s Lunch?
An experiment in migrating a codebase (a restaurant voting app called Lunch) from Node over to Bun and seeing how it fares. They’re impressed but found it to be “not production-ready as I’m still encountering segmentation faults for common tasks.” - https://labzero.com/blog/can-bun-eat-node-js-s-lunch-testing-the-trendy-toolkit
#nodejs #bun
An experiment in migrating a codebase (a restaurant voting app called Lunch) from Node over to Bun and seeing how it fares. They’re impressed but found it to be “not production-ready as I’m still encountering segmentation faults for common tasks.” - https://labzero.com/blog/can-bun-eat-node-js-s-lunch-testing-the-trendy-toolkit
#nodejs #bun
Lab Zero
Can Bun Eat Node.js’s Lunch? Testing the Trendy Toolkit
We tried migrating our trusty Lunch codebase from Node to Bun. Was the transition as smooth as advertised?
A Tale of Migrating a Project to Bun
Eric, an engineer at Render, walks through the steps of how he migrated his Sveld project to Bun (replacing Yarn and Vitest in the process), including some minor gotchas he encountered, and what the speed gains were. - https://render.com/blog/hello-bun-deploy-2x-faster-on-github-render
#bun
Eric, an engineer at Render, walks through the steps of how he migrated his Sveld project to Bun (replacing Yarn and Vitest in the process), including some minor gotchas he encountered, and what the speed gains were. - https://render.com/blog/hello-bun-deploy-2x-faster-on-github-render
#bun
Render
Hello Bun: How Sveld now deploys 2x faster on GitHub and Render | Render Blog
Render is a unified cloud to build and run all your apps and websites with free TLS certificates, global CDN, private networks and auto deploys from Git.
When to Use Bun Instead of Node.js - https://blog.appsignal.com/2024/05/01/when-to-use-bun-instead-of-nodejs.html
#nodejs #bun
#nodejs #bun
Appsignal
When to Use Bun Instead of Node.js | AppSignal Blog
Bun has gained in popularity due to its great performance capabilities. Let's see when Bun is a better alternative to Node.js.