summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* feat: add relay server and test clientbndw4 days1-0/+7
| | | | | | | | | | | | | | | | | 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)
* feat: add Protocol Buffer definitions and build toolingbndw4 days1-0/+39