How to learn ExpressJS?

Is it possible to learn ExpressJS without prior knowledge of Node.js?

Is this a good approach? If so, what resources can you recommend to me for studying Express?

+5
source share
3 answers

Yes, of course, you can learn expressJS without NodeJS. Even if it’s always better for him to know both.

The best way to learn expressJS is through the official guide:

http://expressjs.com

+2
source

The simple answer is yes, but it is not recommended, you can learn more about Express on your site.

, , nodeJS , , , - Node "" , , Node, , , .

:

require('http').createServer(function(Request, Response){
    /*
        * If your code here is blocking every request that comes in to the server get bottlenecked.
    */
});

, , , API Node, - node.

Node, node?

IRC- # node.js, .

+2

Express node.js. async, node.js async.

node.js , Promises , .

+1
source

All Articles