A tiny Go library for building wasm web applications.
Project status
| Feature | Status |
|---|---|
| Fields that change a DOM element's field on change | DONE |
| An event binder for DOM elements | DONE |
| Websocket client | DONE |
| GET, POST and X http client | DONE |
| DOM binding for reading values into a Go struct once | testing |
| DOM binding for reading values into a Go struct on change | Not working |
| For loops on DOM elements |