반응형
Deno - A secure runtime for JavaScript and TypeScript.
Node.js의 개발자 Ryan Dahl이 개발한 개선되고 더 안전한 Node.js,
Node는 JavaScript를 실행하기 위한 런타임인 것처럼, Deno는 TypeScript를 실행하기 위한 Command-line 런타임
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
- Secure by default. No file, network, or environment access, unless explicitly enabled.
- Supports TypeScript out of the box.
- Ships only a single executable file.
- Has built-in utilities like a dependency inspector (deno info) and a code formatter (deno fmt).
- Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno: deno.land/std
반응형
'프로그래밍 > Script' 카테고리의 다른 글
Bootstrap modal 사이즈 및 위치 조절 (0) | 2021.08.03 |
---|---|
[Node.js] 파일 업로드 하기 (multer 모듈 사용 ) (0) | 2021.07.23 |
[jQuery] image slideshow (0) | 2021.07.06 |
[javascript] (0) | 2021.07.05 |
How TO - Sort a Table (0) | 2021.06.01 |