Bus Actor Client

The Bus Actor Client is a set of two libraries built to let developers build games using Room Message Bus (RMB)'s satellite and mothership components The Satellite component is there process players input in a distributed manner, allowing the system to grow horizontally. The Mothership component provides a way to run centralized processing based on the game logic. Not all games require a mothership component, on the other hand the satellite component is mandatory.

Runtime

The components are built on .Net Core 5.0 and are cross platform. Since they are stand alone executable, they could extended and built for a specific runtime.

Usage

  • Coming soon
    • With every detail.