This skill is intentionally grounded in official Bun documentation. Bun moves quickly, so prefer current docs over hard-coded release timelines or benchmark claims.
| HTTP server + WebSockets | Bun.serve() | | SQL databases | sql, SQL, Bun.sql, Bun.SQL | | S3-compatible storage | s3, S3Client | | Redis | redis, RedisClient | | Shell scripting | Bun.$ / $ | | Local files | Bun.file, Bun.write | | SQLite (embedded) | bun:sqlite | | Password hashing | Bun.password |
| references/builtin-apis.md | Bun.serve, SQL, S3, Redis, shell, filesystem, crypto/password utilities | | references/testing-and-bundling.md | bun test usage, mocking patterns, bun build CLI and API | | references/node-migration.md | Practical Node-to-Bun migration steps and compatibility guidance |
Экспертное руководство по разработке JavaScript/TypeScript с использованием среды выполнения Bun. Охватывает настройку проекта, управление пакетами, HTTP-серверы, встроенные API, тестирование, объединение и миграцию с Node.js. Используйте при запуске проектов Bun, использовании API Bun (Bun.serve, sql/SQL, s3, redis, Bun.$), переходе с Node.js или устранении неполадок, связанных с поведением Bun. Источник: abpai/skills.