This template demonstrates integration between Frontend Hamroun, Go WebAssembly, and Server-Side Rendering for high-performance web applications.
- 🔄 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
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open 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
--watch
flag - Client-side hydration for interactivity