Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 956 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 956 Bytes

oorah-broadcaster

Service to broadcast notifications over websockets for canvas game factions that use TemplateManager, rust rewrite

The original typescript version is here

Installation

You can grab the latest build artifacts of the CI pipeline here.

Usage

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

Panel

No GUI (yet?), can use the original broadcaster's

Logging

Notifications or actions aren't logged to stdout or a file, but support will be added

Development setup

  • Have a rust installation from rustup
  • Clone the repo
  • cargo run