Introduction
RillRate is a full-stack framework for building real-time dashboards.
It consists of the engine for distiributing data in real-time and UI components to render that data.
How it works?
The engines embeds into apps and serves a standalone web-dashboard.
The framework distributed as source code that should be compiled with the application. But it also possible to build a shared library to use it with Python, Node.js, Java, C#, etc.
To start using it read Get Started.