Migrating to Node

So I wanted an app server. How hard could it be right? Well, not really that hard at all. I was tired of having a static site served by apache. I want to do some cool stuff with the google APIs, like maybe a form submit where the results end up in a google doc for me. To do that I need more than hugo’s static site generation. But I didn’t want to get rid of hugo because I like a lot of it’s features, so I added nodejs on top of it as the application server. ...

April 10, 2015 · 4 min · 654 words · Gordon Burgett