module
Version:
v0.0.0-...-5a0f09a
Opens a new window with list of versions in this module.
Published: May 30, 2025
License: GPL-3.0
Opens a new window with license information.
README
¶
Road Map (GoTH Stack?)
Purpose
- To Learn HTTP in Go along with database interaction and HTMX for fun.
GoTH Stack
- Go, Turso, HTMX
- Only the most based cutting edge stack.
Checklist
- Learn how to spawn an http server in Go to make requests.
- Create a simple frontend that makes requests to the server (HTMX?).
- Need a server to store the url data. (TURSO?)
- Maybe host a live example on Azure or something like that.
HTTP Server
- Use the Go http builtin.
- Configure request endpoints.
Turso
- Sqlite style database, not really a reason to use it other than to learn
something modern.
HTMX
- Again not strictly necessary but if I can avoid doing JS, I will.
- Also cool way to do HTML.
Directories
¶
cmd
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.