webapi icon indicating copy to clipboard operation
webapi copied to clipboard

adding examples in the readme file

Open larry868 opened this issue 3 years ago • 1 comments

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

larry868 avatar Sep 22 '22 04:09 larry868

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.

janpfeifer avatar Sep 22 '22 07:09 janpfeifer