Creating a simple nodejs API on AWS (including nginx)
On a recent project I was part of a team developing an AngularJS website with a C# ASP.NET backend API hosted in Azure. It was a great project as I got to work with a bunch of new tools, but it got me wondering on how simple it could be to use a Javascript API instead. That way the entire development stack would be written in Javascript.
And so a personal project was born. To create a simple JS API and get it running in the cloud.… [Keep reading] “Creating a simple nodejs API on AWS (including nginx)”