Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 572 Bytes

Pointing Poker

This is a free and open source implementation of pointing poker (also known as planning poker). It supports various features, such as:

  • Multiple rooms
  • Observers
  • Real time updates
  • Responsive/Mobile friendly

Demo

A demo is hosted here.

Limitations

This is has been written as a single-instance in-memory application, which (currently) can not horizontally scale. It keeps everything in memory, which means that redeploys will wipe all states and connections.