go-wasm-app
v1.0.0
Published
WebAssembly integration with Go for Frontend Hamroun with SSR
Readme
Frontend Hamroun - Go WebAssembly Template with SSR
This template demonstrates integration between Frontend Hamroun, Go WebAssembly, and Server-Side Rendering for high-performance web applications.
Features
- 🔄 Go + WebAssembly integration
- 🌐 Server-Side Rendering with client hydration
- ⚡ High-performance computation in both browser and server
- 🚀 Same Go code runs in both environments
- 🔍 SEO-friendly with pre-rendered HTML
Prerequisites
Getting Started
Install dependencies:
npm installStart the development server:
npm run devOpen your browser and navigate to
http://localhost:3000
The development server includes:
- Automatic WASM compilation from Go source
- Server-side rendering with Express
- Hot reloading of server code with Node's
--watchflag - Client-side hydration for interactivity
