|
You are here |
hjr265.me | ||
| | | | |
blog.owulveryck.info
|
|
| | | | | This is a very quick post with some notes about the support of WebAssembly (wasm) in the Go toolchain. This article is not a tutorial and as any information it contains may be obsolete soon. The Go api for Wasm is not stable yet. | |
| | | | |
pace.dev
|
|
| | | | | Mat Ryer shows how to respond gracefully to interrupt signals (like Ctrl+C) in your Go programs | |
| | | | |
jbrandhorst.com
|
|
| | | | | Putting it all together As we touched upon earlier, we generate a package from the generated JS (meta, right?), which can be served from the server. We'll create a new file, main.go, in which we can spin up a server, serve the frontend and the gRPC backend. Much of the logic in this file is inspired by the excellent blog post put together by Brandon Philips over at CoreOS. We're using his elegant solution to serve both the HTTP API and the gRPC API on the same port. | |
| | | | |
lewisdale.dev
|
|
| | | Getting the project deployed via Gitea actions | ||