Click any tag below to further narrow down your results
Links
Bunqueue is a job queue designed for Bun with no external dependencies. It offers high throughput using SQLite and supports both embedded and standalone server modes. Ideal for single-server applications, it provides features like persistence, retries, and cron jobs without the need for Redis.
Bun 1.3 introduces significant features like a unified SQL API for multiple databases and a built-in Redis client with enhanced performance. It also offers zero-configuration frontend development and improved package management for monorepos, while addressing some breaking changes for migration. Community feedback is mixed, with some praising its capabilities and others raising concerns about production stability.
The article discusses the release of Bun v1.3, highlighting its new features and improvements aimed at enhancing performance and user experience. It emphasizes the focus on speed and efficiency, as well as updates that address user feedback and requests.
The article discusses how to build a React application using Bun, a modern JavaScript runtime that offers faster startup and execution times. It provides step-by-step instructions on setting up the environment, creating components, and optimizing performance, highlighting the benefits of using Bun over traditional tools like Node.js.