I've been trying to implement an auto complete example, where say, I have a few names stored in a table in my mongodb, and I just want to prompt with these names when the user starts typing into a textbox. Can you point me to some working code or tutorial for the same?
I've followed a few tutorials like this one link to tutorial (code can be found at link to github repo), but I've not been able to get these working.(I've installed node and express, and just did a sudo npm install. I do not get any errors and it says the server is listening, but when I enter the URL of the start page of the application in the browser,I don't get any UI or output either)
Preferably, a simple example which requires only node and mongodb would be easier for me to understand since I'm just starting out(most examples, I see, need either ajax, backbone, now.js etc - Are all of these required for a hello world application?)
Please advise. Thanks.