8

NodeJS devs
what would you recommend for a highly data intensive project that *may scale* to a large level?
Express, SailsJS, or Meteor?

Comments
  • 1
    📌
  • 1
  • 1
    Does the framework matter? I believe it doesn't.

    Also, I only used express practically and the thing about it is that it's pretty simple, and you can add whatever libraries/tools you need to it and structure it the way you want.
  • 1
    HapiJs
    It gives a good modular design if you wanted to
  • 1
    AWS
    At the end the data has to be available, no matter what framework you use, you need a strong storage.
  • 3
    The stack won't matter as much as being able to scale horizontally when traffic ramps up.
  • 1
    With Load Balancers, and Clusters, and blackjack and hookers
Add Comment