I\'m trying to start serving some static web pages using connect like this:
connect
var connect = require(\"connect\"); var nowjs = require(\"now\"); va
You'll see the message Cannot GET / if you don't specify which page it is that you're trying to get, in other words if your URL is something like http://localhost:8180. Make sure you enter a page name, e.g. http://localhost:8180/index.html.
Cannot GET /
http://localhost:8180
http://localhost:8180/index.html