Funny and experimental URL shorterner Powered by:
- Rust
- Leptos
- Wasm
- Axum
- Protobuf
- Docker
- Surrealdb
- PWA
- Save and load from RAM ✔️.
- Add link ✔️.
- Redirect to link ✔️.
- Not Found ✔️.
- Modules ✔️.
- Input validator ✔️.
- Logger middleware ✔️.
- Add database ✔️.
- shared api modules ✔️.
- Simple landing page and routing.
- Add link form.
- dockerize project
- configs: 1. enable/disable hashmap cache on app_state (10 times faster) 2. enable/disable file logging (10-20% faster)
- prevent link duplication on database
- Protobuf
- PWA
- Tauri
- core feature with different apis on diffrent platforms: alert/mod.rs alert_linux.rs alert_web.rs
- Android with Tauri alert_android.rs?