Using the http server from go and combining it with the ssr template engine from svelte.
An experiment to see if it was possible (poc for a c# implementation) And a challenge to see if v8go could beat node in a benchmark.
yarn install
yarn build # compiles svelte into js for go
yarn dev # starts go in watch mode