richardanaya/wasm-service: HTMX, WebAssembly, Rust, ServiceWorkers
github.com · 267 words · saved by 1 readers
HTMX, WebAssembly, Rust, ServiceWorkers
wasm-service This is a simple proof of concept that shows how you could use HTMX and Rust for frontend development. The basic idea in HTMX is that a webserver is being called on interactions with DOM elements, and returning back snippets of HTML that will replace certain DOM elements. Instead of http requests going to a regular web server, this project shows how service workers can intercept calls to a server and return back responses driven from WebAssembly instead. See the demo here: https://richardanaya.github.io/wasm-service/ You can also find a framework inspired by this PoC here: https:/
related reading
- Reddit - Please wait for verificationreddit.com
- rsmsrsms.me
- RSC From Scratch. Part 1: Server Components · reactwg server-components · Discussion #5github.com
- How Mozilla’s Rust dramatically improved our server-side performance | Figma Blogfigma.com
- Chris James - HTMX is the Futurequii.dev
- v0 by Vercel - Build Full-Stack Web Apps with AIv0.dev
- Using WebAssembly (Wasm)vercel.com
- Subframe – The AI design tool built for codesubframe.com
- Redirecting...curiosityoverflow.xyz
- Rachel Weirachelqrwei.ca
- Speeding Up the Webcola Graph Viz Library with Rust + WebAssembly - Casey Primozic's Homepagecprimozic.net
- Wasmi 2.0 - Engineering of the Fastest Wasm Interpreterswasmi-labs.github.io