Thursday, 6 December 2018

How do I get started with microservices in Node knowing that some services have been written in a different stack?

I'm new to the world of microservice architectures. I use NodeJS + Mongo for backend dev and server-side code. I want advice on two matters:1) What is the best way to get started with microservices on Node? Which libraries/frameworks would you recommend? Learning resources (I prefer books/articles).2) I know that it is possible to write microservices using different tech stack for different services. For example, I might write services in Node that integrate with existing ones written using Java Spring Boot. Is there anything special I need to know to be able to integrate with services written in other tech stacks? If so, what? Also, how does one proceed with microservice integration in general?Any advice would be very appreciated! TIA!

Submitted December 06, 2018 at 08:58AM by ajmalsiddiqui

No comments:

Post a Comment