I'm not familiar with Ubuntu. I want to make some nodejs apps for testing, now I'm confused where I should create a directory for it.
I have searched in google and I found every one saying
sudo apt-get install nodejs npm
and create server.js file and put this code blah blah and run npm server.js etc.
But where I should create this file? Where I should create directory?
I know about /var/www/html but there are my other php projects here.