# Miniflare - CloudFlare Workers 로컬 시뮬레이터

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4577](https://news.hada.io/topic?id=4577)
- GeekNews Markdown: [https://news.hada.io/topic/4577.md](https://news.hada.io/topic/4577.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-07-08T10:16:44+09:00
- Updated: 2021-07-08T10:16:44+09:00
- Original source: [github.com](https://github.com/mrbbot/miniflare)
- Points: 9
- Comments: 1

## Topic Body

- 서버리스인 Workers를 로컬에서 쉽게 개발할 수 있게 해주는 오픈소스

ㅤ→ 상세 로깅, 파일 감시, 보기 쉬운 에러페이지 제공

- Workers의 대부분 기능 지원

ㅤ→ Events : Fetch / Scheduled (수동/크론)

ㅤ→ KV, Cache, Durable Objects, WebSockets, Modules

ㅤ→ WebAssembly 지원

ㅤ→ Source Map 지원

ㅤ→ 웹표준 : Base64, Timers, Fetch, Encoding, URL, Streams, Crypto

- TypeScript 오픈소스

## Comments



### Comment 5618

- Author: xguru
- Created: 2021-07-08T10:16:50+09:00
- Points: 2

- CloudFlare, Workers Unbound 서버리스 베타 시작 https://news.hada.io/topic?id=2543

- CloudFlare, Durable Objects 베타 공개 https://news.hada.io/topic?id=2930

- CloudFlare가 Workers의 콜드 스타트 시간을 0으로 만든 방법 https://news.hada.io/topic?id=2567

- edge-sql : 서버리스 SQLite https://news.hada.io/topic?id=3613

ㅤ→ Cloudflare Workers 에 WASM으로 SQLite를 임베드하고 Workers KV에 데이터를 저장
