DEV Community

Discussion on: Show me your best Open Source project

Collapse
 
yuriizinets profile image
Yurii Zinets • Edited

GitHub logo yuriizinets / gofr

🚀 Concept of Golang micro framework for frontend components

I'm not Golang "rockstar", I'm just a regular developer. If you see any problems in the project - feel free to open new Issue. And if you would like to see features you want or just support our bright feature, please, support me with Patreon or Bitcoin (39extGa1qoaGx2kpZ6RHPVkenNP9RGzVEB)

Gofry

GoFR (Go Frontend, or Go Framework)

Micro framework concept, that brings frontend-like components experience to the server side with native html/template. Supports any serving basis (nethttp/Gin/etc), that provides io.Writer for response.

Under heavy development, not stable (!!!)

TOC

Why?

Because "website" is not the same as "web application". But nowadays trends are saying otherwise. I'm trying to minimize usage of popular SPA/PWA frameworks where it's not needed at all because it adds a lot of complexity and overhead…