This is an experimental graphql based ta relay server. It allows for both a polling approach (with normal graphql), and a event based approach (with graphql subscriptions).
Run cargo run
in the project root. After this, a web playground will be hosted at /playground
.