|
|
|
|
|
by always_good
3149 days ago
|
|
I think you're guilty of the trope that everything should be ported to Node/Javascript. More likely is that the people who want the features of Django/Rails just use Django/Rails, so there's no goldrush to recreate them in Node nor a monolithic community around the attempts so far. The Node ecosystem is like the Clojure ecosystem: all-inclusive frameworks just aren't as popular as library composition. |
|
Express is a nice small framework and is good for some things. Sometimes though you really want a monolith. If you are a Node developer there isn’t a clear choice for this.
I actually enjoy Sails, but I can see some decisions they’ve made that probably aren’t attractive to new developers (such as still using Grunt by default).
Waterline is nice as an ORM on the surface, but you run into walls as your queries become significantly complex.