tengen-io / web-client

tengen.io — Frontend open source Go server
10 stars 5 forks source link

Game clock #28

Open ianwessen opened 5 years ago

ianwessen commented 5 years ago

We need a game clock to cap games and easily timestamp games. This is also a useful piece of UI in the game view indicating who's turn it is.

camirmas commented 5 years ago

I prototyped a game clock for the server, but we'll need to discuss how we want to handle the integration. The two ways that initially come to mind are:

  1. Websockets
  2. GraphQL subscriptions

https://github.com/camirmas/final-countdown