# Deno in 2020

> Clean Markdown view of GeekNews topic #3598. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3598](https://news.hada.io/topic?id=3598)
- GeekNews Markdown: [https://news.hada.io/topic/3598.md](https://news.hada.io/topic/3598.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-01-19T09:23:59+09:00
- Updated: 2021-01-19T09:23:59+09:00
- Original source: [deno.land](https://deno.land/posts/deno-in-2020)
- Points: 7
- Comments: 4

## Topic Body

2020년 한해 동안의 Deno 개발 리뷰

1월 : V8연동 라이브러리를 libdeno(C++) 에서 rusty_v8로

2월 : deno fmt에 dprint 적용, deno test 추가

3월 : V8디버거 지원, deno doc/upgrade 추가

4월 : 1.0 릴리즈를 위한 API 확정(이전 버전과는 호환 안되지만, 2.0까지 변화 없음)

5월 : Deno 1.0 릴리즈

6월 : 1.1 - Incremental 타입 체크와 deno lint 추가

7월 : 1.2 - 내부 런타임 코드를 TypeScript 에서 JavaScript로 전환

8월 : 1.3 - 새로운 Registry 릴리즈

9월 : 1.4 -  웹소켓 API, 콘솔 CSS 스타일링, run --watch 로 파일 변경시 리로드, test --coverage 추가

10월 : 1.5 - isolatedModules 적용, deno bundle에 tree shaking 추가로 속도 15배, REPL 개선

11월 : TSC 컴파일러 인프라 재작성

12월 : 1.6 - deno compile로 단독 실행파일 생성, Deno Language Server 추가, Mac ARM64(M1) 실험적 지원

## Comments



### Comment 4242

- Author: yshrust
- Created: 2021-01-19T10:11:44+09:00
- Points: 1

deno가 실제로 많이 사용되나요 ? 얘기는 많이 들었는데 사용하는건 못 본거 같아서..

### Comment 4246

- Author: colus001
- Created: 2021-01-19T12:58:27+09:00
- Points: 1
- Parent comment: 4242
- Depth: 1

작년 중반 정도에 시도해봤는데, express 같은 라이브러리는 둘째치고, db 를 연결할 것들이 없어서 web 개발은 어려웠습니다. 아직 이렇다 할  분야(?) 는 없는것 같아요.

### Comment 4243

- Author: xguru
- Created: 2021-01-19T10:30:46+09:00
- Points: 1
- Parent comment: 4242
- Depth: 1

아직 프로덕션에서 사용한 성공사례는 잘 없는 듯 합니다. 1.0 공식 나온지 1년이 안되었으니 좀 더 기다려 봐야 할거 같아요

### Comment 4241

- Author: xguru
- Created: 2021-01-19T09:24:07+09:00
- Points: 1

여러 부분에서 강동윤님이 만드신 SWC가 언급되네요

- deno 첫 외주 후기 https://news.hada.io/topic?id=2574
