In-reply-to » So I decided to change tact a bit with GoNIX and instead of trying to build apure Go browser from scratch (which I kinda of half succeeded, in at least it was able to render most static ssr sites), I've instead decided to write a new browsered using the Chromium Embedded Framework, otherwise known as CEF. So now I have a fully working browser in GoNIX ๐ŸŽ‰ -- However since my goal is to keep GoNIX pretty lcean and mostly written in Go, I delegated the cef part(s) to an OCI container image and run that with GoNIX's box (command-line container runtime). It works great ๐Ÿ‘

@prologic@twtxt.net Ah, the joy of making your own browser โ€“ welcome to the club. ๐Ÿ˜ƒ (I chose WebKitGTK back then and that was not super compatible with websites โ€ฆ CEF would have been better, but also harder to use.)

โค‹ Read More