go mod tidy
to install librariesgo run cmd/main.go
to start serverstart sync with sending a websocket message to: ws://localhost:8080/time/sync
message type: JSON, data: { "bpm": 120 }
stop sync with sending a GET request to: http://localhost:8080/time/stop