Service to broadcast notifications over websockets for canvas game factions that use TemplateManager, rust rewrite
The original typescript version is here
You can grab the latest build artifacts of the CI pipeline here.
Fully conforms to the API of the original broadcaster
By default the database is created in-memory, but you can specify a path in the DATABASE_URL
environment variable to have the database be persistent
No GUI (yet?), can use the original broadcaster's
Notifications or actions aren't logged to stdout or a file, but support will be added
- Have a rust installation from rustup
- Clone the repo
cargo run