loopbackio / loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.
https://loopback.io
Other
4.94k stars 1.06k forks source link

Documentation: Creating and communicating with microservices. #6329

Open mschnee opened 4 years ago

mschnee commented 4 years ago

User Story

There are multiple ways to set up microservices:

There are also multiple ways to perform communication:

There are different ways to organize the source code:

It would be great to have documentation and examples that could cover these cases. Example:

BillyCottrell commented 3 years ago

Hi, any updates on this?

I am trying to implement the microservice architecture and I would like to know how to build it using Loopback 4 except that there is no documentation or examples on how to create microservices and gateways. It could be interesting perhaps to have information on using a registry to automatically register new instances of a microservice so things like load balancing could be used.

Thanks in advance!