D
D
Dvorak2016-04-16 17:11:36
Node.js
Dvorak, 2016-04-16 17:11:36

Is it worth learning a framework for Node?

When I started learning JS, I heard everywhere that it was necessary to learn jQuery. In one of the videos from loftblog, the phrase "like all normal people, I write in jQuery" sounded at all. But over time, I realized that very often developers shove this library completely out of place, using only the $ function from it. And real gurus write in pure JS, including jQuery only in the most extreme cases.
Therefore the question. Is it the same situation with Node.js? Or is knowledge of frameworks really necessary there?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
Timur Shemsedinov, 2016-04-16
@MarcusAurelius

You got the situation. Does it make sense to use pure Node.js? rather than frameworks like Express?

S
Super User, 2016-04-16
@sergeystepanov1988

It is worth studying what is used everywhere, and Express for a node is used very often in real projects. And you can program on a clean node within Express.

D
Dmitry Belyaev, 2016-04-17
@bingo347

express and jquery are not frameworks, but libraries, it’s worth knowing, they are not used everywhere
express is suitable for a small rest-api of no more than 50-70 routes, from above the express will have terrible brakes, because regular routes
from frameworks for a node would advise sails. js or its forks - the implementation of the rails architecture from RoR under the
ps node, but in general I am against any frameworks for js because I haven’t seen any handmade ones, not for the front, not for the back, my code + target libraries with npm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question