Expressjs

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 …