I am new to Node. When I started a new project in C9, I got two automatically generated files: app.js
and www
file. I understand what app.js is about, but can't completely figure out what the www is about, what it does.
Could somebody help me understand?
Thanks in advance!