|
|
|
|
|
by anonyfox
3975 days ago
|
|
The best "framework" node.js has to offer is Meteor. Nothing beats Meteor for rapid prototyping so far. Node was the next big thing a few years ago, I was an evangelist by myself. Today, drawbacks and backlashes appear more and more... so if you plan to reorganize yourself or some products to node, you may just skip it. I'm personally betting on elixir for everything that is related to "server" or "service", and Rust for when you have to be very close to the metal (or providing an optimized native function to elixir). Using "universal"/"isomorphic" JS to build everything everywhere sounds good on paper and feels exciting at the beginning, but later you have to deal with these mountains of layers of wobbly code, when stuff begins to break badly. Not to mention that JS becomes an ugly beast of a language, crammed with loads of useful features without a thoughtful foundation. But, this is just my experience. |
|
Big companies like facebook, paypal, etc are investing in javascript. Using it in places where it was never thought of e.g. "react-native"