| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add relay server and test client | bndw | 3 days | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Server (cmd/relay): - gRPC server on :50051 (configurable) - SQLite database (default: relay.db) - Graceful shutdown on SIGTERM/SIGINT Test client (cmd/testclient): - Generates key - Publishes event - Queries events back Build: - make build (relay) - make build-client (test client) - make build-all (both) | ||||
| * | chore: initialize Go module northwest.io/nostr-grpc | bndw | 3 days | 1 | -0/+42 |
