architecture

% Architecture Sketch

Reviewed 2021-03-03 by japhb

NOTE: SPOT and Queryable are NYI (Not Yet Implemented). At this time server components can still directly talk to Storage drivers.

UI ↔ Client::Game ↔ Client::Session ⇄ Server::Session ↔ Server::Game → SPOT → Storage
                                                                    ↖    ↓    ↙
                                                                     Queryable

UI:              CLI, TUI, GTK, Qt, WebSimple, WebCanvas, WebGL, etc.
Client::Game:    <Game> is <Genre>
Client::Session: Supplier, WebSocket, etc.
Server::Session: ""
Server::Game:    <Game> is <Genre>
SPOT:            Handles commands and maintains Single Point of Truth
Storage:         Fake in-memory, Red::SQLite, etc.
Queryable:       Data cache optimized for fast queries

MUGS v0.1.4

Multi-User Gaming Services - A Raku-based platform for game service development

Authors

  • Geoffrey Broadwell

License

Artistic-2.0

Dependencies

MUGS::Core:ver<0.1.4>MUGS::Games:ver<0.1.4>MUGS::UI::CLI:ver<0.1.4>MUGS::UI::TUI:ver<0.1.4>MUGS::UI::WebSimple:ver<0.1.4>

Test Dependencies

Provides

  • MUGS

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.

Built with Podlite — the markup and publishing tools behind this site.