Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Microservices With Node.js

Jonathan Brizio
September 30, 2018

Microservices With Node.js

Microservice architecture is rapidly changing the way we develop our applications. Small, highly decoupled software component is the foundation of this architecture. But hey that’s the theory. Now how can we apply it in our day to day job? How can we structure our application to unleash the benefit of a microservice architecture? On this presentation, I will show you some points to be in mind before to start with that.

Jonathan Brizio

September 30, 2018
Tweet

More Decks by Jonathan Brizio

Other Decks in Programming

Transcript

  1. 1. What’s a Microservice? 2. 3. 4. TOPICS 5. Planning

    our Microservice Why we need a Microservices Architecture? Why Node.js for Microservices? Companies that adopted this architecture
  2. “Start with a monolith and gradually peel off Microservices at

    the edges.” Martin Fowler @martinfowler
  3. “Every problem can be broken down into simple things. In

    consequence, this will scale independently.”