I am very curious about how node.js works. I have downloaded node.js but I have no idea how to use it. Does node.js work with XAMPP and MYSQL?
Asked
Active
Viewed 43 times
-2
-
http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js here's a comprehensive list of NodeJS tutorials, documentations, guides, etc. – Soubhik Mondal Jan 20 '16 at 07:13
-
Please be more specific about what you're asking. Node.js is just a runtime environment, it's up to you to do something with it. – Gökay Gürcan Jan 20 '16 at 07:30
1 Answers
0
Node.js is itslf act as the XAMPP server,Its a platform not the language. You have to write code in JS and run that code on NOde server. You can can use MYSQL,MongoDB, etc.. with node code as a DB.
Before jumping to Node.js try basic JS scripting and learn what is missing in normal JS then get your hands dirty with Node.js
Start with learning : non blocking IO model, event loop and higer odder functions.
watch this video for better understanding.
Best of luck! Keep posting Questions :)

Vaibhav Jain
- 2,155
- 5
- 27
- 41