0

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.

4
  • 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. Commented Nov 5, 2015 at 4:58
  • 1
    @cricket_007 No need for HTML, CSS, nor jQuery. Node.js is not a web framework.
    – xyhhx
    Commented Nov 5, 2015 at 5:00
  • @Martin - forgot that people use it for more than that. Edited. Commented Nov 5, 2015 at 5:02
  • You should have an idea about javascript, and also html, css you can check here a simple nodejs + express sample wiki.workassis.com/installing-express-with-nodejs expess is nodejs web frameworks
    – Bikesh M
    Commented Aug 2, 2016 at 7:06

2 Answers 2

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

how-do-i-get-started-with-node-js

1
  • Thank you. I've done some good JS tutorials on youtube, udemy and codecademy. I guess that helps. Commented Nov 5, 2015 at 5: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 .

Not the answer you're looking for? Browse other questions tagged or ask your own question.