采用
Bun是新一代的JavaScript运行期平台,集成了开发、测试、运行,同时支持JavaScript和TypeScript等。 Bun 是一款专为提高速度而设计的一体化JavaScript 运行时和工具包,配有bundle、测试运行器。
Bun的优点是高性能,all-in-one,Node.js全面兼容,而且支持更多的特性,建议尝试。
Bun & Friends
- Deno: A secure runtime for JavaScript and TypeScript - https://deno.land/
- Node.js: https://nodejs.org/
- Hono.js with Bun: https://hono.dev/docs/getting-started/bun
- ElysiaJS: https://elysiajs.com/
References
- Bun: https://bun.sh/
- Bun Shell: https://bun.sh/docs/runtime/shell