docs: update readme
This commit is contained in:
parent
0aed1f4668
commit
57c26ff4d9
1 changed files with 8 additions and 1 deletions
|
@ -1,23 +1,30 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/molvqingtai/WebChat/blob/master/src/public/logo.png" width="300px"/>
|
<img src="https://github.com/molvqingtai/WebChat/blob/master/src/public/logo.png" width="200px"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
# WebChat
|
# WebChat
|
||||||
|
|
||||||
> Chat with anyone on any website
|
> 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.
|
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.
|
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)
|
![Example](https://github.com/molvqingtai/WebChat/blob/master/src/public/Example.png)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Standing on the Shoulders of Giants
|
### Standing on the Shoulders of Giants
|
||||||
|
|
||||||
In addition to the great idea of decentralized chat, it also leverages some fantastic technologies.
|
In addition to the great idea of decentralized chat, it also leverages some fantastic technologies.
|
||||||
|
|
Loading…
Reference in a new issue