You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then from there it is possible to trigger updates at the many levels of granularity that are needed. Even the Props via the NATS KV store.
On WASM binary change, sent event to Client, and it does full reload.
On user data state change, NATS can automatically trigger state updates to the Client and so the client can re-render the "views" linked to that golang struct state.
You can also just use a SSE Proxy and so then there is no need to import NATS.go to the client wasm.
wonderful stuff and thank you for this.
I ran the example TODO with wasmserve and the first thing I wanted was for the Browser to update automagically.
I wonder if we can send a signal to the wasm running in the browser to force the GUI to update ?
also been playing with https://github.com/tractordev/wanix and figured you might be interested too.
It's a shell and FS inside the browser. All golang and wasm.
It feel like mass and wanix are synergistic. wanix as the OS and mass are the rendering engine.
Let me know what you think :)
The text was updated successfully, but these errors were encountered: