Answer the question
In order to leave comments, you need to log in
What is NodeJs used for?
If I understood the Wiki correctly, then it allows you to use JavaScript on the server side.
However, in view of my little experience, I cannot imagine tasks that could be solved only by his means.
Tell me, for what tasks is NodeJs usually used or is it some kind of narrowly focused thing?
Is it used in ASP.NET MVC?
Answer the question
In order to leave comments, you need to log in
node.js is a platform for writing full-fledged console and network utilities
. It uses v8 (the same as in the chrome browser) as a compiler and js virtual machine.
The platform itself provides api for working with the operating system, file system and network, and also for managing v8 and binding c++ extensions
Main
use - server applications and console utilities
I will tell about myself, I chose nodejs, because I can write small programs for both Windows and Linux, and if necessary, I can make some kind of web service.
For example, I wrote a program for docker backup , for monitoring docker through icinga2 or made a webgui for apache derby .
Everything is written more or less quickly and there are a lot of modules.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question