Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewaldhorn/dommie

A TinyGo DOM library I use for a lot of projects.
https://github.com/ewaldhorn/dommie

dom go golang tinygo wasm

Last synced: 20 days ago
JSON representation

A TinyGo DOM library I use for a lot of projects.

Awesome Lists containing this project

README

        

# Dommie v0.0.1b
A TinyGo DOM library I use for a lot of projects. It's very basic, so probably
not what you are looking for.

## Demo
Yup, there's one at

## Why though
I don't know, really. This started as a quick helper and now it's a thing. Sorry.

## How
This uses [TinyGo](https://tinygo.org/) to build small wasm objects that you can
then use in the browser. I often write wasm programs for clients where I need to
interact with the DOM in the browser from Go. So I decided to combine all the
different little bits and pieces of code I have into a single library so that I
can maintain it in just one place.