Microservices with Node.js and Docker

By Timmy Kokke

Elevator Pitch

Instead of building large monolithic applications it’s often better to separate concerns and have many smaller nodes and run those as microservices. In this session, we’ll have a look at how to set up microservices using node.js, run them in Docker and deploy them to Azure through VSTS.

Description

Instead of building large monolithic applications it’s often better to separate concerns and have many smaller nodes and run those as microservices. In this session, we’ll have a look at how to set up microservices using node.js, run them in Docker and deploy them to Azure through VSTS.

Using the combination Docker, node.js and Azure look complicated. But it isn’t that hard.