webapi
webapi copied to clipboard
adding examples in the readme file
Great project 👍 Wasm is the future of webdev and go is an awesome langage.
Could be interesting to add a chapter in the readme file with examples of projects using this webapi in go. The syntax to call some html / js is not trivial.
For all purpose, I'm currently working on an HTML5 interactive chart, 100% in go, based on canvas and wasm via this webapi: https://github.com/sunraylab/gowebstockchart
hey @lolorenzo777 the Stockchart web app looks really cool!
I agree with you that Go+Wasm is awesome, I always disliked javascript. And I've been using this library, and occasionally fixing it for my own toy projects. But I think no-one is investing tons of time on it -- most of the things needed are there -- including WebGL, I've been using it to a browser game with lots of success -- but a bit rough on the edges.
GoWebAPI is definitely a library that deserves some "love" ... maybe one day when I retire I'll put some time into it :) If you want to contribute let us know.