Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 025460c

Browse files
Add AppFlowy logo to site (#396)
* Added 'img/member/appflowy-logo.png' via CloudCannon * Moved 'img/member/appflowy-logo.png' to 'img/member/appflowy.png' via CloudCannon * Added 1 file via CloudCannon. * Updated 1 file via CloudCannon. --------- Co-authored-by: Gracie Gregory <[email protected]>
1 parent 58ed005 commit 025460c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

img/member/appflowy.png

13.2 KB
Loading

members/appflowy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: AppFlowy
3+
level: silver
4+
logo: /img/member/appflowy.png
5+
url: https://appflowy.io/
6+
---

news/member-spotlight-appflowy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A local-first release of AppFlowy is available to beta users at the moment. We a
2222

2323
## **How is AppFlowy using Rust?**
2424

25-
AppFlowy was built with Rust from the very beginning. We saw Rust as a no-brainer option&nbsp; to create enterprise-grade productivity software because it is a high-integrity language that ensures stability, security, and performance. We have used Rust to build AppFlowy’s backend, which handles all the business logic. The common code base helps us to achieve code reuse, high performance, and memory safety on iOS, Android, macOS, Linux, and Windows. Thanks to Rust, we haven’t run into memory or multithreading issues in production releases. In addition, with the help of the Rust community, the difficulties of building cross-platform programs and ensuring their correctness and stability have been greatly reduced.
25+
AppFlowy was built with Rust from the very beginning. We saw Rust as a no-brainer option to create enterprise-grade productivity software because it is a high-integrity language that ensures stability, security, and performance. We have used Rust to build AppFlowy’s backend, which handles all the business logic. The common code base helps us to achieve code reuse, high performance, and memory safety on iOS, Android, macOS, Linux, and Windows. Thanks to Rust, we haven’t run into memory or multithreading issues in production releases. In addition, with the help of the Rust community, the difficulties of building cross-platform programs and ensuring their correctness and stability have been greatly reduced.
2626

2727
These early successes gave us the confidence to try more ambitious things. We are using Rust to build our Web Server and the [<u>AppFlowy-Collab</u>](https://github.com/AppFlowy-IO/AppFlowy-Collab) crate for data collaboration. The frontend application and Web Server use the same crate, ensuring the collaboration algorithm's consistency and accuracy.
2828

0 commit comments

Comments
 (0)