Skip to content

Commit

Permalink
fix: github push error
Browse files Browse the repository at this point in the history
  • Loading branch information
peterroe committed Apr 5, 2022
1 parent c61b311 commit 1a9d97f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

A DeskTop rss-Reader app base on [tauri-app](https://github.com/tauri-apps/tauri).

### Why tauri-app?
### Why tauri-app?

😕For developing desktop applications, there are a number of frameworks to choose from, such as:

* [electron](https://github.com/electron/electron): chromium + Nodejs
* [neutralinojs](https://github.com/neutralinojs/neutralinojs): webview + c++
* [Chromely](https://github.com/chromelyapps/Chromely): CEF + .net
* [electrino](https://github.com/pojala/electrino): webview + .net
* [go-astilectron](https://github.com/asticode/go-astilectron): electron + go
* [wails](https://github.com/wailsapp/wails): webview + go
- [electron](https://github.com/electron/electron): chromium + Nodejs
- [neutralinojs](https://github.com/neutralinojs/neutralinojs): webview + c++
- [Chromely](https://github.com/chromelyapps/Chromely): CEF + .net
- [electrino](https://github.com/pojala/electrino): webview + .net
- [go-astilectron](https://github.com/asticode/go-astilectron): electron + go
- [wails](https://github.com/wailsapp/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.

Expand All @@ -21,7 +21,7 @@ You can see its trend [here](https://risingstars.js.org/2021/en). I believe it w

### Why Rss-Reader?

🤔As you can see, there are many [RSS products on the market](https://zapier.com/blog/best-rss-feed-reader-apps/#inoreader), but most of them are in the form of Web sites, and you have to exchange your personal information for the permission to log in to the site (some people resent this behavior).
🤔As you can see, there are many [RSS products on the market](https://zapier.com/blog/best-rss-feed-reader-apps/#inoreader), but most of them are in the form of Web sites, and you have to exchange your personal information for the permission to log in to the site (some people resent this behavior).

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.

Expand All @@ -33,4 +33,4 @@ Among the products of desktop programs, there are few products with beautiful in

## Preview

![img](./img/one.gif)
![img](./img/demo.gif)
File renamed without changes

0 comments on commit 1a9d97f

Please sign in to comment.