You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a headless browser written in Go in the works. Working name is go-dom, inspired by jsdom, but I was looking for a different name, which is really that search that brought me here 😅
It is specifically made out of a wish to have a test tool for go/HTMX tech combo, and features client script execution using an embedded v8 engine.
I would have made a PR, if it was in a usable state, but there are some essential features needed before reaching a minimum level of usability, so I'll leave it to you to decide if it belongs in the list or not ;)
Hey,
I have a headless browser written in Go in the works. Working name is
go-dom
, inspired byjsdom
, but I was looking for a different name, which is really that search that brought me here 😅It is specifically made out of a wish to have a test tool for go/HTMX tech combo, and features client script execution using an embedded v8 engine.
I would have made a PR, if it was in a usable state, but there are some essential features needed before reaching a minimum level of usability, so I'll leave it to you to decide if it belongs in the list or not ;)
The project is (so far) located here: https://github.com/stroiman/go-dom
The text was updated successfully, but these errors were encountered: