Socket based realtime buzzing application for fun
-
Node.js (^22.14.0)
-
NPM (^11.3.0)
-
Go (^1.24.1)
-
Docker (^28.1.0) (Optional)
-
Make (Optional)
- Clone this repository
git clone https://github.com/hwhang0917/bzzz.git- Build using Make
make clean build- Build manually
Warning
Client has to be built first because server requires embed
# Build client
cd client && npm ci && npm run build
# Build server
go build -o build/server main.go- Clone this repository
git clone https://github.com/hwhang0917/bzzz.git- Build Docker Image
docker build -t bzzz .- Run Docker container
docker run -d -p 8080:8080 bzzz- Add live mouse pointer movements
- Add user custom settings