Skip to content

douxxtech/circles-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circles-WS

preview

An interactive WebSocket-based visualization that connects multiple clients with animated circles.

Installation

Install the package globally:

npm install -g circles-ws

Usage

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 clients
  • l: Kick all clients
  • h: Show help
  • q: Quit the server

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run the server: npm start

License

NSDv1.0

About

An interactive WebSocket-based visualization that connects multiple clients with animated circles.

Topics

Resources

License

Stars

Watchers

Forks