Rss-Reader
A DeskTop rss-Reader app base on tauri-app.
Why tauri-app?
- electron: chromium + Nodejs
- neutralinojs: webview + c++
- Chromely: CEF + .net
- electrino: webview + .net
- go-astilectron: electron + go
- wails: webview + go
Although the usage of electron
has been far ahead,but it has been criticized for its huge size and memory usage during runtime.
You can see its trend here. I believe it will become more complete in the future
Why Rss-Reader?
Among the products of desktop programs, there are few products with beautiful interface and open source. I think it is best if the products on the user side can be free and open source without advertisements, and secondly, capable developers can also add their own ideas.