flâneur — a map of the web's best reading

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:/

Explore this link on the map →

related reading