Show HN: Write Chrome Extensions in Go(github.com) |
Show HN: Write Chrome Extensions in Go(github.com) |
Go -> Gopherjs -> Javascript running like any other Chrome extension. Go isn't running in Chrome extensions as "native client" here.
That said, I'd also love to see the ability to write native node.js modules via go. Channels would be a pretty natural interface for native modules from node via go. And could probably do something via named-pipes, but a transparent integration would be so cool.
Also does anyone have any idea why Gopherjs would be better than Clojurescript, Typescript, Coffeescript, etc?