Creating a mini web server by using Node.js
I have voluntarily chosen to take again the program of example available on the home page of the official site of Node, because this one shows very effectively one of…
Python Courses & Exercises with solutions !
I have voluntarily chosen to take again the program of example available on the home page of the official site of Node, because this one shows very effectively one of…
It's time to check that Node.js works fine! We are going to write a very small program to begin with, which merely displays a message in the console. This will…
In this chapter we will cover the installation for each OS: Windows Mac OSX Linux 1 - Installing Node.js on Windows To install Node.js on Windows, just download the installer…
1 - Installation of necessary tools Apache Cordova is a platform for building native mobile applications using HTML / CSS / Javascript. Ionic relies on it (as well as on…
Node.js is a free software and event platform in JavaScript oriented to network applications that must be able to scale up.It uses the V8 virtual machine and implements the CommonJS…