Skip to content
Settlers Journal
Go back

Implementing the Game Service and Discovering the Bruno API Client

Edit page

TLDR

Creating a simple catan/game service that maintains state for a single game. Goal is now to have server properly maintain a single Catan game in memory until it is shutdown. Using a new API client called Bruno to make local requests against the service.

alt text

Main work

Challenges

Learnings


Edit page
Share this post on:

Previous Post
Mapping REST API Design to the Catan Finite State Machine
Next Post
Scaffolding the Java Spring Backend and Connecting to Postgres