mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
Update README.md
updated grammar!
This commit is contained in:
@@ -19,13 +19,13 @@ The Holepunch Ecosystem is constructed utilizing the following structural compon
|
|||||||
|
|
||||||
## Helpers
|
## Helpers
|
||||||
|
|
||||||
Helper modules can be used together with the building blocks to create cutting-edge peer-to-peer tools and applications.
|
Helper modules can be used together with the building blocks to create cutting-edge P2P tools and applications.
|
||||||
|
|
||||||
1. [corestore.md](helpers/corestore.md "mention"): A Hypercore factory designed to facilitate the management of sizable named Hypercore collections.
|
1. [corestore.md](helpers/corestore.md "mention"): A Hypercore factory designed to facilitate the management of sizable named Hypercore collections.
|
||||||
2. [localdrive.md](helpers/localdrive.md "mention"): A file system interoperable with Hyperdrive.
|
2. [localdrive.md](helpers/localdrive.md "mention"): A file system interoperable with Hyperdrive.
|
||||||
3. [mirrordrive.md](helpers/mirrordrive.md "mention"): Mirror a [hyperdrive.md](building-blocks/hyperdrive.md "mention") or a [localdrive.md](helpers/localdrive.md "mention") into another one.
|
3. [mirrordrive.md](helpers/mirrordrive.md "mention"): Mirror a [hyperdrive.md](building-blocks/hyperdrive.md "mention") or a [localdrive.md](helpers/localdrive.md "mention") into another one.
|
||||||
4. [secretstream.md](helpers/secretstream.md "mention"): SecretStream is used to securely create connections between two peers in Hyperswarm.
|
4. [secretstream.md](helpers/secretstream.md "mention"): SecretStream is used to securely create connections between two peers in Hyperswarm.
|
||||||
5. [compact-encoding.md](helpers/compact-encoding.md "mention"): A series of binary encoding schemes for building fast and small parsers and serializers. Pears use this in Keet to store chat messages and in Hypercore's replication protocol.
|
5. [compact-encoding.md](helpers/compact-encoding.md "mention"): A series of binary encoding schemes for building fast and small parsers and serializers. Holepunch use this in Keet to store chat messages and in Hypercore's replication protocol.
|
||||||
6. [protomux.md](helpers/protomux.md "mention"): Multiplex multiple message oriented protocols over a stream.
|
6. [protomux.md](helpers/protomux.md "mention"): Multiplex multiple message oriented protocols over a stream.
|
||||||
|
|
||||||
## Tools built using Holepunch
|
## Tools built using Holepunch
|
||||||
@@ -41,11 +41,11 @@ Helper modules can be used together with the building blocks to create cutting-e
|
|||||||
|
|
||||||
## What's new?
|
## What's new?
|
||||||
|
|
||||||
Pears is continuously introucing new enhancements and following are the few highlights.
|
Holepunch is continuously introucing new enhancements and following are the few highlights.
|
||||||
|
|
||||||
### Better Building Blocks
|
### Better Building Blocks
|
||||||
|
|
||||||
Pears focus is on making the core building blocks easy to use, fast, and reliable. The goal is to give developers all the essential pieces to make powerful P2P apps without being unnecessarily opinionated and without any operational complexity.
|
Holepunch focus is on making the core building blocks easy to use, fast, and reliable. The goal is to give developers all the essential pieces to make powerful P2P apps without being unnecessarily opinionated and without any operational complexity.
|
||||||
|
|
||||||
The core modules Hyperspace daemon and `hyp` CLI tools are now deprecated.
|
The core modules Hyperspace daemon and `hyp` CLI tools are now deprecated.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user