FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
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
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