Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 442 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 442 Bytes

Waft

Single instance live stream server written in Rust.

Features

  • live chat with history
  • protected user access with passwords
  • emoji/emotes support
  • custom chat commands
  • admin controls

alt text

How to use

cargo build --release
./target/release/waft --config example.toml

TODO: write a dockercompose

Thanks