nostr-websocket-utils / NostrServer
Defined in: core/nostr-server.ts:11
Represents a Nostr WebSocket server
new NostrServer(
options):NostrWSServer
Defined in: core/nostr-server.ts:22
Creates a new Nostr WebSocket server instance
NostrWSServerOptions
Server configuration options
NostrWSServer
privateserver:WebSocketServer
Defined in: core/nostr-server.ts:15
The underlying WebSocket server instance
stop():
void
Defined in: core/nostr-server.ts:98
Closes the WebSocket server
void