# Tauri - 작고 빠른 실행파일을 생성하는 데스크탑용 웹앱 프레임워크

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2429](https://news.hada.io/topic?id=2429)
- GeekNews Markdown: [https://news.hada.io/topic/2429.md](https://news.hada.io/topic/2429.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-12T10:07:59+09:00
- Updated: 2020-07-12T10:07:59+09:00
- Original source: [tauri.studio](https://tauri.studio/)
- Points: 4
- Comments: 2

## Topic Body

- Electron과 비슷하게 HTML/JS/CSS 로 만들어진 웹앱을 데스크탑용으로 패키징

- 백엔드는 Rust 를 이용

- macOS 에선 Cocoa/WebKit, 윈도우 에선 MSHTML(IE10/11) 또는 Edge, 맥에선 gtk-webkit2를 활용

ㅤ→ 브라우저 바이너리를 포함 안하므로 600KB 이하의 실행파일도 가능

## Comments



### Comment 2239

- Author: gwanryo
- Created: 2020-07-13T09:54:51+09:00
- Points: 1

아무리 그래도 MSHTML은 좀...

### Comment 2234

- Author: galadbran
- Created: 2020-07-12T10:40:59+09:00
- Points: 2

사이즈를 줄인다는 아이디어는 좋은데, 윈도우에서 IE웹브라우저 컨트롤 내장시켜서 개발 해 본 경험상으로는 피하고 싶은 방법이네요. 통신이나 제어가 너무 어렵고 브라우저 환경을 통일시켜서 얻을 수 있는 개발 생산성도 없어지면 뭐하러 이런 걸... 하는 생각이 먼저 듭니다.
