Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

which would be better choice if im building an app with nodejs with 100000 people daily using it?

what would be a better choice: Monolithic or Microservices, if i am
building a service providing (booking plumber,electrician,carpenter
and a large varity of service) app webapp with nodejs, where the total
number of people using it per day might be above ten thousand. The app will contain
feature like logging in(authentication) , tracing people(tracing
service provider location),allowing recommendation(recommend best
person for the job), booking and hiring

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Monolithic would work fine but if you want your code to be more flexible , easy to debug and even to write a code from another language then go with microservices.
Although monolirhic would be fine for that scale

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading