Node via Terminal most likely refers to "node.js" (http://nodejs.org/) running in a Terminal.app window.
This is (effectively) a web server similar to apache httpd with php, but which runs server-side javascript.
For this to be running, you or another account you created on your Mac would have had to installed node.js and then run a javascript program (nothing at all to do with a web page or web browser!) inside the Terminal.
Paul
This is (effectively) a web server similar to apache httpd with php, but which runs server-side javascript.
For this to be running, you or another account you created on your Mac would have had to installed node.js and then run a javascript program (nothing at all to do with a web page or web browser!) inside the Terminal.
Paul