Roadmap to learn express js or node js ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Roadmap to learn express js or node js ?

I am Learning node js but I am confusing what are the things i need to learn

28th Sep 2020, 3:41 PM
Programmer Raja
Programmer Raja - avatar
1 Answer
+ 1
Programmer Raja (தமிழன்) hi, Node is a runtime environment for backend purposes. Among other things you'll have to learn,how to create a server, http requests, how to handle them,Ajax, as well as modules, how to import them and use them(npm and cli)... To build a complete app, you'll need to know how to articulate all those things in the node environment... https://www.tutorialspoint.com/nodejs/index.htm https://www.freecodecamp.org/news/what-exactly-is-node-js-ae36e97449f5/amp/ also found on sololearn, that course: https://www.sololearn.com/learn/9660/?ref=app
28th Sep 2020, 11:33 PM
EmmanueLZ.
EmmanueLZ. - avatar