# browser example

* This example demonstrates running a Go HTTP server within the browser.
  - It's just a static page.
* It showcases calculating the sum of two numbers, with the result rendered inside an iframe.

## Demo

* https://browser-example.syumai.workers.dev

## Requirements

- Node.js
- Go 1.24.0 or later

## Development

### Commands

```
make dev    # run dev server
make build  # build Go Wasm binary
make deploy # deploy static assets
```
