web-app/src/lib/nostr
padreug 7d7bee8e77 feat: Integrate Relay Hub for centralized Nostr connection management
- Introduce a new composable, useRelayHub, to manage all Nostr WebSocket connections, enhancing connection stability and performance.
- Update existing components and composables to utilize the Relay Hub for connecting, publishing events, and subscribing to updates, streamlining the overall architecture.
- Add a RelayHubStatus component to display connection status and health metrics, improving user feedback on the connection state.
- Implement a RelayHubDemo page to showcase the functionality of the Relay Hub, including connection tests and subscription management.
- Ensure proper error handling and logging throughout the integration process to facilitate debugging and user experience.
2025-08-10 17:59:59 +02:00
..
client.ts feat: Integrate Relay Hub for centralized Nostr connection management 2025-08-10 17:59:59 +02:00
events.ts feat: Update app configuration and enhance identity management 2025-07-12 18:10:33 +02:00
identity.ts feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
relayHub.ts feat: Integrate Relay Hub for centralized Nostr connection management 2025-08-10 17:59:59 +02:00