-
Go SSR POC GitHub Repository
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
go-react-ssr
Build full-stack web apps with Go & React. End to end type-safety and lightning fast ⚡️
Go React SSR GitHub Repository
-
I added polyfills for the Web APIs used in the React code.
-
Firstly, I used rogchap/v8go to execute JavaScript in a Go environment. I listed other options below.
-
dop251/goja
-
robertkrimen/otto
-
quickjs-go/quickjs-go
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
quickjs
Go bindings to QuickJS: a fast, small, and embeddable ES2020 JavaScript interpreter. (by elsaland)
elsaland/quickjs
-
Use esbuild to build the React code into a form executable on both the server and client sides.
Related posts
-
Running a Javascript VM in Golang: Data Transforms via User Scripts
-
Choosing scripting extension - need advice
-
Suggest me a service where I can **easily** upload huge files with api and getting them by links or api?
-
Using Javascript plugins in Go
-
v8go: JavaScript in Go - v0.5.0 released 🎉 Global Objects, Function Templates, Go callbacks and loads more!