- This page demonstrates the centralized relay hub that manages all Nostr WebSocket connections. - The hub ensures connections stay active, especially important for mobile devices. +
+ Test and monitor the centralized Nostr relay hub functionality
Successfully connected to {{ testResult.connectedCount }} relays
-Connection health: {{ testResult.health }}%
+ + +{{ testResult.message }}
+Connected Relays: {{ testResult.connectedCount }}
+Connection Health: {{ testResult.health?.toFixed(1) }}%
+Received Events ({{ subscriptionEvents.length }}):
+Received Events ({{ subscriptionEvents.length }}):
- Test how the relay hub handles mobile app lifecycle events (visibility changes, network changes). -
-+ {{ pageVisible ? 'Page is visible' : 'Page is hidden (backgrounded)' }} +
+ {{ networkOnline ? 'Network is online' : 'Network is offline' }} +
• Try switching tabs or minimizing the browser window
-• Disconnect your network to test offline handling
-• The relay hub will maintain connections and reconnect automatically
-Relay URLs:
+Relay URLs: