In-reply-to » @prologic and others may I ask you to review some code? https://git.envs.net/cblte/golang-webapp/releases/tag/0.7 It is not finished yet, but I think I am on a good way. Still needs some polishing. WebDev is actually new to me with all the status codes and stateless things and everything. So feedback would be appreciated. Using Redis because it was easy to setup and to implement. Actually want to use SQLite or something else, but Redis seems to do the job for now.

@tkanos@twtxt.netโ€™s comments are all good points. I actually think the code is actually pretty good really. One thing you can also do to enhance deployment(s) is the use of the embed package to embed the static assets and templates. Freel free to borrow/slash/steal code from yarnd ๐Ÿ˜…

โค‹ Read More