Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bzzz

GitHub License

Socket based realtime buzzing application for fun

Prerequisite

  • Node.js (^22.14.0)

  • NPM (^11.3.0)

  • Go (^1.24.1)

  • Docker (^28.1.0) (Optional)

  • Make (Optional)

Build guide (For Development)

  1. Clone this repository
git clone https://github.com/hwhang0917/bzzz.git
  1. Build using Make
make clean build
  1. 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

Docker Guide

  1. Clone this repository
git clone https://github.com/hwhang0917/bzzz.git
  1. Build Docker Image
docker build -t bzzz .
  1. Run Docker container
docker run -d -p 8080:8080 bzzz

TODO

  • Add live mouse pointer movements
  • Add user custom settings

About

🐝 Bzzz is a socket based realtime buzzing application

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages