2. Game Server for Upcoming Wooga Game What is a game server? • provide HTTP API to actual game („client“) • validate API calls against current state & game logic • API calls will modify the game state • make game state persistent 3. Game Server for Upcoming Wooga Game It will be a stateful game server • one process per ac4ve user gaming session • t