Typescript_logo

TypeScript tutorial: Lesson 1

Install nodejs or nvm For Windows: Node Version Manager (nvm) for Windows IDE Visual Studio Code: https://code.visualstudio.com/docs?dv=win TypeScript Playground https://www.typescriptlang.org/play?# Install typescript Result: Verify: Compile…
nvm 4

Node Version Manager (nvm) for Windows

Install nvm Download: https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-setup.zip See all releases: https://github.com/coreybutler/nvm-windows/releases Restart your PC. Now you can use nvm command Get list available nodejs versions: Install some nodejs…
nodejs_logo

Node.JS: Using spawn to import a database

Example 1: background process: File api.js Example link: http://tutorialspots.com/api/import?u=admin_tutorialspots&p=tutorialspots&db=admin_tutorialspots&file=/root/tutorialspots.sql Example 2: event when import done File api.js: Example link: http://tutorialspots.com/api/importdone?u=admin_tutorialspots&p=tutorialspots&db=admin_tutorialspots&file=/root/tutorialspots.sql