A sample rust webapp made with RTFW-http-rs
  • Rust 55%
  • CSS 17.2%
  • JavaScript 14.1%
  • HTML 13.7%
Find a file
2025-04-20 13:31:12 +02:00
docs docs: add screenshots 2025-04-20 13:31:12 +02:00
src feat: add static route for serving js scripts + move scripts from views to individual files 2025-04-20 13:28:06 +02:00
.gitignore chore: static file serving + css + tiny md2html converter + add logs + remove multipart implem 2025-04-19 12:47:19 +02:00
Cargo.lock chore: add config.toml + settings + update css 2025-04-19 15:16:00 +02:00
Cargo.toml chore: add config.toml + settings + update css 2025-04-19 15:16:00 +02:00
config.toml chore: add config.toml + settings + update css 2025-04-19 15:16:00 +02:00
LICENSE Initial commit 2025-04-17 06:37:08 +00:00
README.md docs: add screenshots 2025-04-20 13:31:12 +02:00

🌐 rtfw-webapp-sample-rs

A simple rust webapp built on top of rtfw-http. It's got four main routes:

  • /paste for note sharing
  • /send for file upload/download
  • /mirror to easily inspect how the server parses the HTTP request
  • /sleep to test the multithreading aspect of the server

Screenshots

Home page Paste page Send page