/enhance-ssr-go

Enhance SSR for Go

Primary LanguageGoApache License 2.0Apache-2.0

Enhance SSR Go Example

This project demonstrates using Enhance to serverside render components in Go.

Download Enhance SSR wasm

Download the latest release of the compiled wasm:

curl -L https://github.com/enhance-dev/enhance-ssr-wasm/releases/download/v0.0.3/enhance-ssr.wasm.gz | gunzip > enhance-ssr.wasm

Run

  1. Run Server
go run helloWorld.go
  1. load http://localhost:8080