a simple bridge for matrix that grabs messages and push to different backends including redis stream, mqtt and future NATS support.
  • Rust 99.3%
  • Dockerfile 0.7%
Find a file
2026-06-15 10:27:19 +08:00
src revised the publisher to include topic at construction. 2026-06-15 00:18:43 +08:00
.dockerignore update dockerfile to not build with containers, but just copy the artifact from target. 2026-06-14 23:28:27 +08:00
.gitignore add .kilo to gitignore. 2026-05-15 12:23:04 +08:00
Cargo.lock remove the experimental-algorithm flag as we can just clear the sending client. 2026-06-15 10:27:19 +08:00
Cargo.toml remove the experimental-algorithm flag as we can just clear the sending client. 2026-06-15 10:27:19 +08:00
Dockerfile update dockerfile to not build with containers, but just copy the artifact from target. 2026-06-14 23:28:27 +08:00