Node.js Microservices and Docker

In this post we will make an application composed of individual microservices, meaning we are going to take the components that make up our application and deploy each component in its own docker container. To be more specific, our application is a basic ticketing system that has a web interface and a Cisco Spark interface…
Read More Node.js Microservices and Docker