websocket-based lrcproto server
at 0ff8088aac0bc60254953099e006f74123967cd2 9 lines 198 B view raw
1module github.com/rachel-mp4/lrcd 2 3go 1.24.2 4 5require ( 6 github.com/gorilla/websocket v1.5.3 7 github.com/rachel-mp4/lrcproto v0.0.0-20250905151943-8e3a1989ea5a 8 google.golang.org/protobuf v1.36.6 9)