tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Who uses Rouille? #281

Open szabgab opened 6 months ago

szabgab commented 6 months ago

IMHO it would be nice to collect a list of projects that use Rouille. If there are open source application written in Rouille I'd be happy to add them to this collection. IMHO that would help a lot in adoption and in learning.

neduard commented 3 months ago

Not sure how helpful this is but github shows about 1.4k projects using it (although unfortunately they don't allow viewing more than 100 results) and creates.io shows 35 dependents with a few popular ones like wasm-bindgen-cli, sccache, goauth, xml-rpc etc

I use it as a simple way to serve files when testing a website generator: https://github.com/neduard/mkdg/blob/main/Cargo.toml#L15