I'm new to Node.JS. I actually want to know about the pre-requisites for learning Node.JS. I've started some online courses but still if I'm confused with the minimum knowledge I already have about this. Kindly Help me out.
Asked
Active
Viewed 377 times
0
-
Your question is too broad as is since it is asking for recommendations or tutorials. Node.js is Javascript, so syntax is the only prerequisite. After that, just learn the Node API and how to use it or search for what you need. – OneCricketeer Nov 05 '15 at 04:58
-
1@cricket_007 No need for HTML, CSS, nor jQuery. Node.js is not a web framework. – xyhhx Nov 05 '15 at 05:00
-
@Martin - forgot that people use it for more than that. Edited. – OneCricketeer Nov 05 '15 at 05:02
-
You should have an idea about javascript, and also html, css you can check here a simple nodejs + express sample http://wiki.workassis.com/installing-express-with-nodejs/ expess is nodejs web frameworks – Bikesh M Aug 02 '16 at 07:06
2 Answers
1
Qualifications for learning something is only the deep desire to learn, things which help you in case of node js are SOLID foundation of javascript first and some advance concepts of JavaScript before starting so can understand how things are working.
- Callbacks
- Asynchronous programming model
- Function and Objects in JavaScript
- Design pattern
- Event
- Web protocols especially HTTP

Community
- 1
- 1

Shailendra Sharma
- 6,976
- 2
- 28
- 48
-
Thank you. I've done some good JS tutorials on youtube, udemy and codecademy. I guess that helps. – kvk venugopal Nov 05 '15 at 05:20
0
The only pre-requisite is JavaScript . You don't need to be an expert with a lot of programming experience but you should know the basics .

Ved Prakash
- 101
- 1
- 5