circles-ws
v1.0.2
Published
A WebSocket-based interactive circles visualization
Maintainers
Readme
Circles-WS

An interactive WebSocket-based visualization that connects multiple clients with animated circles.
Installation
Install the package globally:
npm install -g circles-wsUsage
Run the server:
circles-ws [options]Options
--port: Specify the port to run the server on (default: 8080)--tick: Specify the tick rate in milliseconds (default: 16)
Controls
Once the server is running, you can use these keyboard controls:
o: Open browser (create circle)c: Count connected clientsl: Kick all clientsh: Show helpq: Quit the server
Development
- Clone the repository
- Install dependencies:
npm install - Run the server:
npm start
