I am new to node js. These are my questions
- Can I able to deliver html pages, which have javascripts , css etc. May be inline or refering from an external page ?
- Is it possible to display pages based on the request ?
Eg:
http://localhost:1234/
-> index.html orhttp://localhost:1234/Users.html
-> users.html - Is there any folder structure to be maintained to achieve the above requirement
- I have html pages and planning to use ajax request to server. Is it possible ?
These are my doubts. I made a small server which can able to display static html. But I need to hard code the physical file. That is working, but when I changed my html which contains reference to jquery files. it display file not found in console.
I am working in a windows 7 machine.