rssto/crates/http
2026-01-08 17:10:56 +02:00
..
src implement search keyword handler 2026-01-08 17:10:56 +02:00
templates add adaptive css header 2026-01-08 16:48:38 +02:00
Cargo.toml draft initial http application 2026-01-07 23:25:02 +02:00
LICENSE draft initial http application 2026-01-07 23:25:02 +02:00
README.md implement initial llm features 2026-01-08 14:05:16 +02:00

rssto-http

Web server implementation based on the Rocket engine

Note

In development!

cd rssto/crates/rssto-http
cargo run -- --mysql-username {USER} \
             --mysql-password {PASS} \
             --mysql-database {NAME}
  • optionally, use --provider-id {ID} to filter content using post-processing results (e.g. generated by the rssto-llm crate)