moveger.blogg.se

Centos install nodejs
Centos install nodejs










centos install nodejs

When it is finished, we will install the software: sudo make install Now we can configure and compile the software. Unpack the archive and go to the new directory: tar xzvf node-v* & cd node-v*ĭownload some packages from the CentOS repositories using yum: sudo yum install gcc gcc-c++ Then use wget and paste the link to download the archive: wget On the download page, right-click the "Source Code" link and select "Copy link address". To do this, download the code from website project. Node.js is used primarily on the server, acting as a web server, but there is an opportunity to develop in Node.js and desktop window applications (using NW.js, AppJS or Electron for Linux, Windows and Mac OS) Node.js adds the ability for JavaScript to interact with input/output devices via its API (written in C++), to connect other external libraries written in different languages, providing calls to them from JavaScript code. Node.js is a software platform that transforms JavaScript from a highly specialized language into a general-purpose language.












Centos install nodejs