A lightweight Scrum Planning Poker server built in Go, using CLI-only interface. This tool allows team members to create or join rooms and vote using

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-07-28 18:30:24

A lightweight Scrum Planning Poker server built in Go, using CLI-only interface. This tool allows team members to create or join rooms and vote using Fibonacci-style estimates in real-time.

This command starts the Planning Poker server on your local machine, listening for TCP connections on port 9000. Clients can connect to this server to create or join voting rooms.

This command starts the client and connects it to the specified server host. Replace with the address of the machine running the server (e.g., localhost or a remote IP).

Leave a Comment
Related Posts