oderwat / go-nats-app

A Go code only PWA as proof of concept for using (embedded) NATS as communication between front and back end.
MIT License
21 stars 9 forks source link

GopherJS #5

Open oderwat opened 1 year ago

oderwat commented 1 year ago

Thanks @nevkontakte for https://github.com/nevkontakte/go-nats-app

This is a branch with that fork being applied.

If you want to play around with my fork locally you need to install gopherjs from the latest master: go install github.com/gopherjs/gopherjs@master. It includes a couple of standard library fixes that make it work in an environment where wasm_exec.js is loaded. Same caveats apply, of course: it uses my quick-and-dirty fork of go-app, not something I would recommend for production use just yet.