enhance-dev / enhance-ssr-go

Enhance SSR for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Enhance SSR for Go

License:Apache License 2.0


Languages

Language:Go 96.8%Language:JavaScript 3.2%