Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko] gloassry bun 신규 번역 #26668

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions files/ko/glossary/bun/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Bun
slug: Glossary/Bun
l10n:
sourceCommit: edb606222736c292c412a4373b88df91c18c50ac
---

{{GlossarySidebar}}

**Bun** 는 성능과 개발자 도구들을 우선시하여 고안된 빠르고 현대적인 {{Glossary("JavaScript")}} 런타임 환경입니다.

[Node.js](https://nodejs.org/) 와 [Deno](https://deno.com/)와는 다르게, Bun은 애플의 [JavaScriptCore](https://trac.webkit.org/wiki/JavaScriptCore)로 구축되었습니다. 눈여겨볼만한 특징은 다음과 같습니다.

- Node.js의 대체제: 거의 모든 Node.js 프로그램이 Bun과 동일한 명령어를 사용하여 실행 가능합니다.
- 대부분의 실제 시나리오에서 최첨단 JavaScript 실행 속도를 제공합니다.
- JSX 및 TypeScript와 같은 JavaScript 구문 확장에 대한 지원을 제공합니다.
- 디스크 사용 최소화를 위한 패키지 설치 관리용 전역 캐시를 제공합니다.
- 내장 번들러, 트랜스파일러, [Jest](https://jestjs.io/)와 호환되는 테스트 도구, 패키지 관리자 및 개발자에게 유용한 내장 유틸리티를 제공합니다.

## 같이 보기

- [Bun 사이트](https://bun.sh/)