Add vitepress docs

This commit is contained in:
Ticruz
2025-02-04 14:43:40 +01:00
committed by Jon Staab
parent 43255bcb74
commit 94375a56ec
84 changed files with 10821 additions and 139 deletions
+19
View File
@@ -0,0 +1,19 @@
# @welshman/net
Core networking layer for nostr applications, handling relay connections, message management, and event delivery.
## What's Included
- **Connection Management** - WebSocket lifecycle and relay connections
- **Subscription System** - Event filtering and subscription handling
- **Publishing Tools** - Event broadcasting with status tracking
- **Sync Utilities** - NIP-77 (negentropy) event synchronization
- **Connection Pool** - Shared relay connection management
- **Targets** - Flexible message routing strategies
- **Event Tracking** - Monitor which relays have seen events
## Installation
```bash
npm install @welshman/net
```