Live Demo

Connect to a Trax GraphQL server to explore real-time train execution data.

Connect to a Trax Server

Enter the URL of a running Trax GraphQL server to explore live data.

Running locally?

Start the sample Trax server:

cd Trax.Samples && docker compose up -d
dotnet run --project samples/LocalWorkers/\
  Trax.Samples.GameServer.Api