Node Microservices: From Zero to Hero

Node Microservices: From Zero to Hero

Learn how to build microservices in Node using Seneca.

Yen Dau

Can you share your source code in github?

fegd

How are those possibly microservices when they live in the same repository, sharing dependencies and data? The core trait of microservices is to be independently deployable, maintainable and scalable, which doesn’t become the case just because those modules are listening on different ports.