Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Hey, now it works! How can I modify my server so I can access to my project folder? Now it just shows the path I'm willing to access. Commented Feb 26, 2016 at 8:21
  • @Zerok, what do mean access to my project folder? Commented Feb 26, 2016 at 8:24
  • if I write for example: localhost:8080/myproject, I get a message saying "It Works!! Path Hit: /myproject", instead of actually accessing to the page. Commented Feb 26, 2016 at 8:30
  • @Zerok, Wow, in your response function function handleRequest(request, response){ response.end('It Works!! Path Hit: ' + request.url); }, there is no render page to response in it. I think maybe you should read some sample projects of MEAN for more details. Commented Feb 26, 2016 at 8:33
  • Can you please explain what this means to add a port to your access url? Commented Jun 25, 2020 at 11:46