728x90

새로운 자바스크립트 런타임이 있어서 소개한다.

- NodeJS를 시작으로 deno, bun이 나왔는데 그 중에서 bun를 소개한다.

- Bun은 V8 엔진을 사용하는 Node.js와 Deno와는 다르게,

  javascriptCore 엔진을 사용하며 Zig로 개발 더욱 빠른 런타임을 제공한다.

- bun에는 SQLite3가 내장되어있다.

 

- 홈페이지에 아래와 같이 설명한다.

Develop, test, run, and bundle JavaScript & TypeScript projects—all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.

 

※ 공식홈페이지

https://bun.sh/

 

Bun — A fast all-in-one JavaScript runtime

Bun implements the Web-standard APIs you know and love, including fetch, ReadableStream, Request, Response, WebSocket, and FormData.

bun.sh

 

※ 설치

- Windows

powershell -c "irm bun.sh/install.ps1 | iex"

- Linux

curl -fsSL https://bun.sh/install | bash

 

728x90
반응형

+ Recent posts