| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: remove frivolous comments from auth validation/credentials | bndw | 3 days | 1 | -1/+1 |
| | | | | | Also removed internal/nostr package - now using northwest.io/nostr library. | ||||
| * | refactor: rename project from nostr-grpc to muxstr | bndw | 3 days | 1 | -2/+2 |
| | | | | | | | Update module path from northwest.io/nostr-grpc to northwest.io/muxstr. This includes updating all Go imports, protobuf definitions, generated files, and documentation. | ||||
| * | feat: add WebSocket server with full NIP-01 support | bndw | 4 days | 1 | -0/+76 |
| WebSocket handler: - NIP-01 protocol (EVENT, REQ, CLOSE, OK, EOSE, NOTICE) - JSON envelope parsing - Shares subscription manager with gRPC (unified event fan-out) - Standard Nostr client compatibility Relay now serves dual protocols: - gRPC on :50051 (binary, high performance) - WebSocket on :8080 (JSON, Nostr standard) Both protocols share: - Same storage layer - Same subscription manager - Same validation logic Compatible with all Nostr clients! | |||||
