Files
welshman/docs/relay/index.md
T
2025-04-09 11:17:12 -07:00

504 B

@welshman/relay

version

Core networking layer for nostr applications, handling relay connections, message management, and event delivery.

What's Included

  • Event Store - A Repository class which stores events in memory
  • Relay Adapter - A LocalRelay class which adapts nostr messages to the repository

Quick Example

Installation

npm install @welshman/relay