From 317e5320b1083c73109c15b9c52f228207fa50e0 Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 11:40:11 -0800 Subject: index update --- internal/handler/websocket/index.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/handler/websocket/index.go b/internal/handler/websocket/index.go index 8cd1940..2c51564 100644 --- a/internal/handler/websocket/index.go +++ b/internal/handler/websocket/index.go @@ -86,7 +86,7 @@ var indexTemplate = template.Must(template.New("index").Parse(` -

Muxstr is a relay that implements the Nostr protocol with support for multiple transport layers. Connect using gRPC, HTTP/JSON, or standard WebSocket.

+

Muxstr is a Nostr relay providing gRPC, HTTP/JSON, and WebSocket interfaces.


@@ -94,7 +94,7 @@ var indexTemplate = template.Must(template.New("index").Parse(`

gRPC (Native Binary)

{{.GrpcAddr}}

-

High-performance binary protocol using Protocol Buffers over HTTP/2. For applications requiring low latency and high throughput.

+

High-performance binary protocol using Protocol Buffers over HTTP/2.

Connect (HTTP/JSON)

{{.HttpAddr}}/nostr.v1.NostrRelay/*

@@ -102,7 +102,7 @@ var indexTemplate = template.Must(template.New("index").Parse(`

WebSocket (Nostr Protocol)

{{.WsAddr}}/

-

Standard Nostr protocol implementation (NIP-01). Compatible with all Nostr clients: Damus, Amethyst, Snort, Iris, etc.

+

Standard Nostr protocol implementation (NIP-01) compatible with all Nostr clients.


@@ -118,7 +118,7 @@ var indexTemplate = template.Must(template.New("index").Parse(`

Implementation Details

-

Storage: SQLite with Write-Ahead Logging (WAL mode)
+

Storage: SQLite with Write-Ahead Logging
Event Format: Binary-first (Protocol Buffers + compressed JSON)
Validation: Full cryptographic signature and event ID verification
Subscriptions: Real-time event streaming with filter matching
-- cgit v1.2.3