websocket_browser

command
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2026 License: AGPL-3.0 Imports: 8 Imported by: 0

README

Browser WebSocket example

Build the Go client as WebAssembly from the repository root:

PowerShell:

$env:GOOS = "js"; $env:GOARCH = "wasm"; go build -o examples/websocket_browser/client.wasm ./examples/websocket_browser; Remove-Item Env:GOOS, Env:GOARCH

Bash:

GOOS=js GOARCH=wasm go build -o examples/websocket_browser/client.wasm ./examples/websocket_browser; unset GOOS; unset GOARCH

Then start the native Arctic and web servers:

go run ./examples/websocket_browser

Open http://localhost:8080 in your browser. The page loads client.wasm, connects to the WebSocket sidecar, sends a message, and displays the server response.

The generated client.wasm file is ignored by Git.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL