Skip to content

richtera/wasm-service

 
 

Repository files navigation

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 going to a real web serviceWorker 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/

About

HTMX, WebAssembly, Rust, ServiceWorkers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.3%
  • PHP 35.5%
  • Hack 2.9%
  • Other 1.3%