Npm:node.js Official Library
CNPM:taobao Maintenance library;
Webstorm:node . JS development tool, but charges;
Seajs There is also a cross requirjs Amd specification (loaded in a one-time parameter to require Cmd Require Html, when needed, then load (in modules to load, this becomes more flexible, early front-end development is loaded in page units, now is facing the page "block" to load), fill, overwrite html region; so-called a module has css Js json JS entrance function: export Through this entry function, Export outer large container to be called when loading;
node. JS: For deployment, you can use node. js 's own Server.listen to enable monitoring of the port, without the need to use a host such as Tomact;
Single Thread: If a place is not handled well, it will collapse directly; but node. JS supports multiple processes and can be multi-process allocated via PM plug-ins
Expressjs:node. js 's Companion, routing,filter, and so on, is used by it to coordinate with node . js;
The callback function in node 's official API was called asynchronously, and later he discovered the problem, so many methods now provide asynchronous calls;node. js supports high concurrency because he has a lot of official the callback function of the API is called asynchronously, in fact its support for synchronization is actually reducing the attractiveness of the signboard;
?
Chat with Itsuki node. js