🔐
NIP-42 Authentication + NIP-43 Allowed Access
Mandatory authentication with allowlist-based access control for all write operations.
🔍
NIP-50 Search
Full-text search capability with SQLite FTS5 for fast content discovery.
💾
SQLite Storage
Reliable event persistence with concurrent safety and performance optimization.
🏷️
Client Policy
Restricted to nyves.nl client for curated, high-quality content.
📡 Technical Information
WebSocket URL:
wss://rely.nyves.nl (or ws://localhost:2013 for local testing)
Supported NIPs:
- NIP-01: Basic protocol flow
- NIP-11: Relay information document
- NIP-42: Authentication of clients to relays
- NIP-43: Relay access metadata and requests
- NIP-45: Event counting
- NIP-50: Search capability
- NIP-65: Relay list metadata
Example Connection (JavaScript):
const relay = new WebSocket('wss://rely.nyves.nl');