Answer the question
In order to leave comments, you need to log in
How to install/configure node js for a website?
Hello. I decided to study node.js, but for some reason I can’t find documentation that is understandable (for me), namely how to install / configure node.js on the server. IMPORTANT - I want to write applications on the node for the site.
In general, maybe someone knows some good documentation that can help me - I will be very grateful =)
Answer the question
In order to leave comments, you need to log in
It is worth specifying on which server you want to install. If you have, for example, Ubuntu Server, then you can do everything you need without leaving the console - install nodejs and npm (package manager for it)
sudo apt-get install nodejs
sudo apt-get install npm
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question