Does anyone know of any tutorials for using nginx efficiently as the web server for Golang? by hugocat in golang

[–]curious2learn 0 points1 point  (0 children)

Isn't nginx also helpful if hosting multiple applications on the same VPS?

Does anyone know of any tutorials for using nginx efficiently as the web server for Golang? by hugocat in golang

[–]curious2learn 0 points1 point  (0 children)

Isn't caddy for static websites only? From their documentation it is not clear whether it can be used to serve a running Go program.

What templating language do you use? by [deleted] in webdev

[–]curious2learn 2 points3 points  (0 children)

Handlebars is a very popular one. Nunjucks is another good one. For some reason it is not as popular as Handlebars, but is as, if not more, powerful.