Why you should build your next Full Stack MVP Web Application with Rust
https://medium.com/@klcoder/why-you-should-build-your-next-full-stack-mvp-web-application-with-rust-5d6837ee95c2
#rustlang #rust #Leptos #webassembly
#rustlang #rust #leptos #webassembly
A proof-of-concept auth application server written for #ory #hydra with #Leptos server functions in #rustlang https://github.com/lalanikarim/leptos-hydra-auth-server
In my quest to learn #rust, I decided to re-implement my sveltekit remote wake-on-lan application as a #wasm web-app. The program uses #leptos as a full-stack solution (backed by #axum), and is packaged as a single binary with embedded assets. The code is #opensource at https://github.com/beeb/remote-wol-rs
#rust #wasm #leptos #Axum #opensource #rustlang
I've been playing with #Leptos (a #rust web frontend framework) for a few days and it's been quite interesting! It's still a bit rough around the edges but the DX is actually not that bad. I'll share the repo when I'm done, but I'm rewriting my svelte remote wake-on-lan web-app.