Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 582 Bytes

Antiokh

Description

A proof-of-concept for a Rust web application that embeds all its assets, including JS & images, within the binary.

Links to inspiration & possible features

https://dev.to/werner/practical-rust-web-development-authentication-3ppg

https://doc.rust-lang.org/rust-by-example/testing/unit_testing.html

https://picocss.com/docs/themes.html

https://htmx.org/

https://actix.rs/docs/testing/

TODO

  1. Hash assets (and include in name) for better cache control
  2. Basic auth
  3. Cache header handling
  4. Response compression
  5. HEAD & OPTIONS handling