Menu
Libraries |
Category

frizzante

  • Frizzante is a minimalistic and opinionated web server framework written in Go that uses Svelte to render pages.
  • It is primarily aimed at Debian-like distributions, though contributions for other platforms are welcome.
  • The framework leverages Svelte for rendering components on the server side using V8 bindings to execute JavaScript code.
  • The first run may be slow due to V8 initialization, but subsequent runs are faster.
  • While Bun is used by default for development (via Vite), it can be replaced with any preferred runtime without affecting production performance.
  • The output is a standalone executable (bin/app) that includes the server and rendering capabilities.

gosveltegolang

Comments