
Tech
Go WebAssembly Meets WebForms Core 2.1
WebAssembly is often used to move application logic into the browser and build increasingly large client-side applications.
WebForms Core takes a different approach.
Instead of making WebAssembly the frontend architecture, WebAssembly can be used as an execution layer inside a server-orchestrated UI architecture.
In this example, Go is compiled to WebAssembly and participates in the WebForms Core execution flow.
The examples in this article are designed to demonstrate the server-orch...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to