# Denoflare - Cloudflare Workers를 Deno로 개발하기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5345](https://news.hada.io/topic?id=5345)
- GeekNews Markdown: [https://news.hada.io/topic/5345.md](https://news.hada.io/topic/5345.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-11-09T09:59:51+09:00
- Updated: 2021-11-09T09:59:51+09:00
- Original source: [denoflare.dev](https://denoflare.dev/)
- Points: 4
- Comments: 1

## Topic Body

- Cloudflare Workers를 Deno 기반으로 더 개발하기 편하게 만드는 싱글 CLI 도구

ㅤ→ Wrangler/Node/npm/webpack 등 필요 없음

- ESM-based Workers 개발 지원

- 로컬에서 개발 및 실행 가능 (serve)

- JS/TS 파일을 로컬 또는 https URL에서 디플로이 가능 (push)

- CLI에서 Worker 모니터링 지원 (tail)

- 정적 문서 사이트 자동 생성 (site)

## Comments



### Comment 7531

- Author: xguru
- Created: 2021-11-09T10:00:01+09:00
- Points: 2

Miniflare 가 가지고 있는 로컬 개발 기능을 Deno로 구현했다고 보면 되네요.

실제로는 Miniflare 공개 이전부터 개발했다고 합니다.

- Miniflare - CloudFlare Workers 로컬 시뮬레이터 https://news.hada.io/topic?id=4577
