genosdb 0.4.6 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/gdb.min.js +1 -1
- package/dist/gdb.min.js.gz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,7 +143,7 @@ Below is a list of internal dependencies and their purposes within the project:
|
|
|
143
143
|
- **`pako`**:
|
|
144
144
|
Provides gzip compression to optimize data storage and network communication.
|
|
145
145
|
|
|
146
|
-
- **`GenosRTC
|
|
146
|
+
- **`GenosRTC`** (Internal Module for GenosDB) :
|
|
147
147
|
GenosRTC is the real-time communication module for GenosDB, implementing peer-to-peer connections via WebRTC with signaling over the Nostr protocol.
|
|
148
148
|
|
|
149
149
|
This module was developed internally for the specific needs of GenosDB and leverages state-of-the-art cryptographic dependencies, such as `@noble/curves`, to ensure maximum security and performance.
|