From 7da33e608eeba07b899fdd74a4b014e47bcadb10 Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Sat, 28 Sep 2024 19:20:21 +0800 Subject: [PATCH 1/2] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 522ba07..6ee29b7 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ In addition to the great idea of decentralized chat, it also leverages some fant - **[trystero](https://github.com/dmotz/trystero)**: The core dependency for implementing decentralized communication, enabling connections to decentralized networks like IPFS, torrent, Nostr, etc. +- **[ugly-avatar](https://github.com/txstc55/ugly-avatar)**: Use it to create stunning random avatars. + ### License This project is licensed under the MIT License - see the [LICENSE](https://github.com/molvqingtai/WebChat/blob/master/LICENSE) file for details From a215d6c06a9ca29d3d53a2a2c69ff1832dc11fcb Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Sat, 28 Sep 2024 19:21:36 +0800 Subject: [PATCH 2/2] docs: update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index bf0ef96..3e072eb 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,13 @@ The aim is to add chat room functionality to any website, enabling real-time mes ### Video - - https://github.com/user-attachments/assets/34890975-5926-4e38-9a5f-34a28e17ff36 - - ### Standing on the Shoulders of Giants In addition to the great idea of decentralized chat, it also leverages some fantastic technologies. -- **[remesh](https://github.com/remesh-js/remesh)**: A framework in JavaScript that implements DDD principles, achieving true separation of UI and logic, allowing for easy reimplementation of the UI part, such as rewriting it in Vue, due to its independence from the UI. +- **[remesh](https://github.com/remesh-js/remesh)**: A framework in JavaScript that implements DDD principles, achieving true separation of UI and logic, allowing for easy implementation of the UI part, such as rewriting it in Vue, due to its independence from the UI. - **[shadcn/ui](https://ui.shadcn.com/)**: A beautiful UI library and a pioneer of the no-install concept, offering unmatched convenience in customizing styles.