# Photino - 경량 크로스플랫폼 데스크탑 앱 프레임워크

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3910](https://news.hada.io/topic?id=3910)
- GeekNews Markdown: [https://news.hada.io/topic/3910.md](https://news.hada.io/topic/3910.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-03-18T10:03:50+09:00
- Updated: 2021-03-18T10:03:50+09:00
- Original source: [tryphotino.io](https://www.tryphotino.io/)
- Points: 11
- Comments: 1

## Topic Body

- WebUI(Blazor/React/Angular/Vue등)를 이용한 경량 네이티브 앱 개발

- 크로스플랫폼 웹뷰 라이브러리인 WebWindow를 이용해서 크로미엄/Node.js 없는 Electron과 비슷

ㅤ→ 앱 크기는 일렉트론대비 10~100 분의 1수준

ㅤ→ 윈도우에서는 크롬기반 Edge의 Webview2 ,

ㅤ→ 맥에서는 OS 기본 내장 WKWebView ,

ㅤ→ 리눅스에서는 WebKitGTK+2 이용

- 기본적으로 .NET 대상이지만, C++/Go/Rust 등으로도 개발 가능

## Comments



### Comment 4661

- Author: xguru
- Created: 2021-03-18T10:03:55+09:00
- Points: 2

WebWindow - .NET Core용 크로스플랫폼 웹뷰 라이브러리 https://news.hada.io/topic?id=930
