Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit be1ae51

Browse files
committed
readme bump
1 parent 704716e commit be1ae51

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
![Banner](assets/logo.png)
22

33
# portal
4-
Zero-config peer-to-peer encrypted live folder syncing tool that respects your `.gitignore`. Not the 2007 video game.
5-
6-
Built on top of the [Hypercore protocol](https://hypercore-protocol.org/) with emphasis on being zero-config, secure, and decentralized.
4+
Zero-config peer-to-peer encrypted live folder syncing tool that respects your `.gitignore`. Built on top of the [Hypercore protocol](https://hypercore-protocol.org/) with emphasis on being zero-config, secure, and decentralized.
75

86
## Demos
97
<p align="center">
@@ -35,7 +33,7 @@ $ portal join [sessionID]
3533
* **Decentralized**: There is no central `portal` server that all data is routed through. `portal` only uses public servers to maintain a DHT (distributed hash table) for peer discovery.
3634
* **One-to-many**: A single host can sync data to any number of connected peers.
3735
* **Stream-based**: Utilizes file streaming to handle files of arbitrary size (regardless of whether they fit in memory or not)
38-
* **Efficient**: Changes in single files means that only one file needs to be synced. `portal` tracks which files have changed to avoid resyncing entire folders wherever possible.
36+
* **Efficient**: Changes in single files means that only one file needs to be synced. `portal` tracks which files have changed to avoid resyncing entire folders wherever possible. A priority queue is used to optimize concurrent operations.
3937
* **Secure**: Like Dat, all data is encrypted using the read key. Only those that possess your current 32-byte `portal` session ID can view the data you share.
4038

4139

0 commit comments

Comments
 (0)