v8go
plenti
v8go | plenti | |
---|---|---|
10 | 7 | |
3,183 | 1,001 | |
- | 0.8% | |
0.0 | 8.2 | |
2 months ago | 5 days ago | |
Go | JavaScript | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
v8go
-
SSR React in Go
Firstly, I used rogchap/v8go to execute JavaScript in a Go environment. I listed other options below.
-
I built a local Laravel dev environment that doesn't require PHP at all
Now the only issue I see is that someone who can't be bothered to install PHP and composer will probably not want to install node and npm either. If you could somehow run WASM inside an executable file (maybe something written in Go with https://github.com/rogchap/v8go ? Or an Electron App ?), all you'd need to do is download the executable file on any computer and double click it to start serving a Laravel project.
-
Show HN: A Full-Stack Web Framework Written in Go
I only browsed for a wee bit, so take this with some salt, but it _looks_ like the framework is running a JS VM isolate alongside the Go server struct[1], which gets called with whatever script file is being rendered. Since it looks like the render files are, at least in the case of Svelte, individually compiled JS files that are SSR rendered via the V8 isolate, I _believe_ you're correct that there is no CSR (though there might still be JS-hydrated code if the Svelte component included something involving an interactive component).
I think the idea is to ingest a JS "template" and spit out the rendered HTML+JS, kind of like traditional SSR templates, but it could be possible to shoe-horn in an entire client-side router that gets initialized as a DOM object somewhere.
[1] https://github.com/rogchap/v8go
- QuickJS JavaScript Engine – Fabrice Bellard
-
Using Javascript plugins in Go
https://github.com/rogchap/v8go is a viable option these days as well.
- Execute JavaScript from Go - JS functions with Go callbacks, update JS objects from Go & more
- V8go v0.5.0 Execute JavaScript from Go
- v8go: JavaScript in Go - v0.5.0 released 🎉 Global Objects, Function Templates, Go callbacks and loads more!
-
Plenti — a Svelte SSG for people that don’t like web maintenance bullsh#t
Plenti is a simple open source Static Site Generator (SSG) with a Go backend and Svelte frontend. Jim picked Golang because it is simple, quick and has the ability to generate a binary that can be run on any machine; and Svelte, well, for one, “Svelte is so hot right now” and also because of the power it gives developers to write simple HTML and CSS to create websites. Merging these two technologies was not an easy task, but with V8Go binding the two together, it’s a marriage that works.
- Execute JavaScript from Go
plenti
-
Writing a SSG in Go
plentico/plenti
- Best static site generator that uses Svelte
-
Build multiple html from multiple .svelte (without sveltekit/nodejs on production server)
Plentico uses Go instead of Nodejs
-
Another Svelte3 cheat sheet
What is Plenti?
-
Feasible to use labstack/echo with a jamstack?
Maybe you are looking for a static site generator. Try this for example. https://plenti.co/
-
Plenti — a Svelte SSG for people that don’t like web maintenance bullsh#t
Give it a star on Github
-
I posted a question here ~8 months ago about an opensource Go & Svelte site generator we were building. Here's our progress.
It actually doesn't use a bundler, it uses esm imports similar to Snowpack. The project has a small built-in tool (gopack) that copies the .mjs source from your npm libs and automatically converts the paths for your Svelte components. It's not quite as feature rich, but it's faster than executing a node script. Someday we might pull esbuild back in for better third party module support and optimizing production builds: https://github.com/plentico/plenti/issues/28
What are some alternatives?
goja - ECMAScript/JavaScript engine in pure Go
fiber
deno - A modern runtime for JavaScript and TypeScript.
SvelteKit - web development, streamlined
quickjs - Public repository of the QuickJS Javascript Engine.
gloggery - Gemtext blog static site generator
bud - The Full-Stack Web Framework for Go
chi - lightweight, idiomatic and composable router for building Go HTTP services
txiki.js - A tiny JavaScript runtime
svelte-mpa - Svelte MPA, Multipage Svelte
quickjs-emscripten - Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions
sql-migrate-cobra - SQL schema migration tool for Go.