
GoJS toolkit is a collection of small web development tools. All tools are written in Golang but transpiled to javascript using GopherJS, so all logic happens on browser.
I’ve always wanted to create small tools like this but because I’m not a javascript person (pls don’t bash me about this) and making this kind of tools on backend side is a bit unecessary, I end up never done it before. But everything changes after I found GopherJS. I can code it on golang and run it on client side, so here is the result.