Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1017 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1017 Bytes

Go Solid

Go Solid is a template designed for creating cross-platform applications with a web interface using the Go programming language and Solid.js library.

The end result of this template is a single executable binary. This binary serves as a web server, hosting both the Solid.js frontend and an API.

⚠️ This template is still a work in progress 🚧

Stack

Backend:

Frontend:

Potential Use cases

  • Containerized Applications (with Docker / Podman)

TODO

  • Make frontend PWA
  • Add Prettier
  • Create an API and call it from the frontend
  • Add Usage Instructions