Monthly Archives: September 2015

Node.js Webapp In a Docker Image – MEAN

Description Node js applications are great for proof of concepts and getting apps made in a short amount of time. Running them inside a docker container is a great security blanket and lets applications be versioned much like software version control. This is a quick code snippet of a nodejs server using express. This is […]