Nakama is a distributed server framework designed for real-time multiplayer games and social applications. It provides an authoritative runtime environment for executing game logic, ensuring consistent state and cheat-resistant gameplay across diverse client platforms. The system acts as a centralized backend, managing persistent player identities, social graphs, and real-time communication channels to support complex multiplayer interactions. The platform distinguishes itself through an integrated suite of LiveOps tools that allow developers to manage game economies, schedule time-bound even
This project offers Ada bindings for the C librdkafka library. You can use it to send and receive from a Kafka bus from Ada. Currently work in progress, it does not offer all functionalities of librdkafka yet.
Ada bindings for the MQTT broker mosquitto. Requirements: GCC >= 4.8.3 mosquitto 1.4 libraries
provides an Ada-binding the 0MQ library http://wiki.zeromq.org zeromq 4.x installed (Works with zeromq 3.x as well but will warn) a modern GCC (4.3 or better) with Ada enabled