Attempt to create file server like SimpleHTTPServer in Rust. Also inspired by gossa.
cargo install rossa
yay -S rossa-bin
Note: You can use other AUR helpers as well.
snap install rossa --devmode --edge
OR
rossa
rossa -a <host>:<port>
Example
rossa -a 127.0.0.1:3333
Technology | Purpose |
---|---|
warp |
Web Framework |
tokio |
Async fs |
tera |
Templating |
clap |
CLI Interface |
rand |
To generate random files prefix |
rust-embed |
To embed assets and templates into single binary |