I
I
ibr_982017-01-16 18:12:59
Node.js
ibr_98, 2017-01-16 18:12:59

What is the purpose of Node.js, and is it very different from javascript?

. .

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
abberati, 2017-01-16
@abberati

javascript is a language.
nodejs is a framework for running the javascript language. allows you to work with disk, network and some other tricky things.

V
Vitaly, 2017-01-17
@vitali1995

Most likely you mean the difference from Browser js. Yes, there are differences.
First of all, of course, the DOM is not used on the server.
Secondly, you will often have to work in an asynchronous style.
Thirdly, you need to understand what modules are, how to work with the file system, and so on. external resources of the system.
The target is a program that runs on the server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question