summaryrefslogtreecommitdiffstats
path: root/cmd/relay
Commit message (Expand)AuthorAgeFilesLines
* feat: integrate config system into relay main.gobndw3 days1-28/+75
* refactor: rename project from nostr-grpc to muxstrbndw3 days1-7/+7
* fix: use port 443 for gRPC when behind reverse proxybndw4 days1-2/+2
* fix: remove duplicate protocol prefix in WebSocket URLbndw4 days1-2/+2
* feat: add --public-url flag for reverse proxy deploymentsbndw4 days1-4/+19
* feat: add HTML index page for browser viewingbndw4 days1-0/+1
* feat: add Connect (gRPC over HTTP/JSON) supportbndw4 days1-2/+16
* feat: add WebSocket server with full NIP-01 supportbndw4 days1-6/+30
* feat: add relay server and test clientbndw4 days1-0/+56