|
|
|
|
|
by elt
1434 days ago
|
|
I use the standard library. My entire business runs on it, html/css all through the standard library (templates package). I use embed to embed all assets in the binary itself. "go build" and then "scp" the binary to the production server and "systemctl restart appserver" |
|
Regarding the original question we use fiber.io for a few systems and have loved it’s capabilities and performance.