From 57c26ff4d93c68be705b8b8a6186766d2aad478f Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Fri, 27 Sep 2024 15:42:26 +0800 Subject: [PATCH] docs: update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b872f..594459c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,30 @@

- +

+ # WebChat > Chat with anyone on any website + + This is an anonymous chat browser extension that is decentralized and serverless, utilizing WebRTC for end-to-end encrypted communication. It prioritizes privacy, with all data stored locally. The goal is to address the issue of delayed replies on websites by adding instant messaging capabilities to any site, allowing for chatting anytime, anywhere. + + ![Example](https://github.com/molvqingtai/WebChat/blob/master/src/public/Example.png) + + ### Standing on the Shoulders of Giants In addition to the great idea of decentralized chat, it also leverages some fantastic technologies.