Two teams try and fill in any horizontal, vertical, or diagonal line on a bingo board by playing maps on osu! osu.bingo
osu
at microservice 8 lines 529 B view raw view rendered
1This service acts as the gateway between passing data between the database, and anywhere else. The primary mode of transport for this data is a GraphQL API, where nearly all data is exposed, and mutations can be made via [[Authentication]] 2 3Features: 4 5- GraphQL queries for all relevant data. 6- Several mutations to change relevant data, which require authentication. 7- A subscription service that allows clients to stream data from games in real time. 8- A RabbitMQ message-passing system to keep multiple API containers in sync.