SS — Share Store
SS is a small, lightweight file sharing server inspired by dufs. It provides a simple HTTP static file server and a library you can use in your own applications.
Features
- Serve a local directory over HTTP
- Directory listing and index.html handling
- Optional permissive CORS
libandbintargets for embedding or running
Quick start
Run:
cargo run -- --path . --host 127.0.0.1 --port 3000
Or use as a library:
use ;
async
License
Dual licensed under MIT OR Apache-2.0.