diff --git a/topics/electron/index.md b/topics/electron/index.md index 8cfda0d9bd80..c8693c486424 100644 --- a/topics/electron/index.md +++ b/topics/electron/index.md @@ -4,7 +4,7 @@ created_by: GitHub display_name: Electron github_url: https://github.com/electron/electron logo: electron.png -related: electron-app, electron-application, tauri, nativephp, pwa, qt, hta, cross-platform +related: electron-app, electron-application, tauri, nativephp, pwa, qt, hta, cross-platform, wails released: July 15, 2013 short_description: Electron is a framework for building cross-platform desktop applications with web technology. diff --git a/topics/tauri/index.md b/topics/tauri/index.md index ed76b6b57d8d..d34d0f18b0ec 100644 --- a/topics/tauri/index.md +++ b/topics/tauri/index.md @@ -5,7 +5,7 @@ logo: tauri.png short_description: Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. topic: tauri url: https://tauri.app/ -related: electron, nativephp, pwa, qt, hta, cross-platform +related: electron, nativephp, pwa, qt, hta, cross-platform, wails --- **Tauri** is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with. diff --git a/topics/wails/index.md b/topics/wails/index.md new file mode 100644 index 000000000000..b507dbe5bc97 --- /dev/null +++ b/topics/wails/index.md @@ -0,0 +1,12 @@ +--- +created_by: Lea Anthony +display_name: Wails +github_url: https://github.com/wailsapp/wails +logo: wails.png +related: electron, nativephp, pwa, qt, hta, cross-platform, tauri +released: December 16, 2018 +short_description: Wails is a framework for building cross-platform applications for all major desktop platforms. +topic: wails +url: https://wails.io/ +--- +**Wails** is a project that enables the creation of desktop applications for all major desktop platforms while aiming to be lightweight and fast. It provides the ability to wrap both Go code and a web frontend into a single binary. diff --git a/topics/wails/wails.png b/topics/wails/wails.png new file mode 100644 index 000000000000..ad17797d1728 Binary files /dev/null and b/topics/wails/wails.png differ