Back to All Articles

Articles tagged node:


Unleash your localhost on the world!

It is necessary to share my localhost web application with the world in order for it to be accessed from other devices and individuals.

Updated: December 29, 2022
Created: December 29, 2022

Read more

Change default global installation directory for node.js on Windows

Change the default global location for installation of npm packages, cache etc.

Updated: March 16, 2019
Created: March 16, 2019

Read more

Node.js server-side JavaScript process consuming too much memory

After the installation of Visual Studio 2017 latest edition, I have been watching memory consumption. Node.exe seems to be consistently around 500-700mb of RAM!. I did find this post which helps explain what is going on.

Updated: March 17, 2017
Created: March 17, 2017

Read more