GolangBCN / talks

Submit your talk or propose a topic creating an Issue
Apache License 2.0
2 stars 0 forks source link

Talk - Interconnecting Go with your Javascript libraries #14

Open mariomac opened 4 years ago

mariomac commented 4 years ago

Interconnecting Go with your Javascript libraries

¡Go targets WebAssembly architecture!

WebAssembly promises taking browser programming up to the next level thanks to opening it to almost any compiled language (even C++ or Rust). This opens a wide variety of possibilities, not only in terms of performance, but also will allow porting many legacy apps to the browser.

However, most browser libraries and APIs only provide Javascript interfaces. This talk explains how to use the standard Go/JS interconnection library to allow you instantiating JS objects, invoking methods, accessing properties and even provide callbacks.

gonzaloserrano commented 4 years ago

Look great! Do you think you could do it remotely?

mariomac commented 4 years ago

yes, I could