G
G
Gios2015-01-21 11:20:07
Node.js
Gios, 2015-01-21 11:20:07

FullStack Node.js Framework or standard solutions?

Should I start a project on a FullStack framework like Meteor, Mean, Sails, or build everything myself (Angular, Express, Mongo or PostgreSQL, Mongoose, Socket.io, etc...)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-01-21
@OnYourLips

IMHO Node.js should be used in a very niche way, and not try to do something on it for which it is not suitable (MVC applications).
Not suitable, because There are better tools.
A node is great for daemons or high-load services that perform a rudimentary operation. For this, it is very convenient.
But attempts to shove it everywhere, even for writing ordinary MVC applications, cause me an extreme degree of bewilderment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question