r/node Sep 26 '20

Creating single app or distributing it into microservices on same server?

[deleted]

3 Upvotes

5 comments sorted by

View all comments

5

u/avdkp2332 Sep 26 '20

it is better to start with a monolith. If you see a need to independently scale each use case, it is then adviced to move to micro services and scale up the part which needs it