Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.13 KB

native-app.md

File metadata and controls

29 lines (17 loc) · 1.13 KB

Native App

This page is relative to Desktop App, which can run on Window, Mac or Linux.

There have many framework to build Desktop App. Such as Electron, NW.js, Carlo etc.

Framework

Carlo - Web rendering surface for Node applications

GitHub stars

It's very good, I think Carlo = Electron Runtime. Small distribute package size and native app ability. It's better than Electron

Electron

Photon - The fastest way to build beautiful Electron apps using simple HTML and CSS

GitHub stars

It's use html/css to build desktop components. Such as desktop app button, list, bars. Just like UI Kit in Swift. In another words, It can run without Electron. Because only html/css. Run In Any Browser.