Answer the question
In order to leave comments, you need to log in
Does it make sense to use pure Node.js? rather than frameworks like Express?
I want to learn Node.js and I want to write several web applications on a pure node, or is it better to learn frameworks right away? If you use a clean node, where is the best place to find information for learning?
Answer the question
In order to leave comments, you need to log in
This is the only thing that makes sense, otherwise the frameworks will bring performance back to the ASP and PHP levels))) Whatever the node gives, the express will fail. Take good examples native, simple and convenient: https://github.com/HowProgrammingWorks/NodeServer first see the /native-simple example, compare it with others in terms of speed, features and simplicity, then take /native-cluster And here is an example of a chat on websockets https://github.com/HowProgrammingWorks/WebsocketChat If you like, take all the labs from https://github.com/HowProgrammingWorks/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question