Question

I'm working my way through displaying various data elements from parent & child data, with repeating data, paged, data, etc. I was wondering what the best sites are with tutorials or other information related to this. I'm working on this primarily with Express.js, Jade and would like to primarily stick to those, maybe using additional tools like knockout.js or backbone.js if reasonable.

Cheers

Was it helpful?

Solution

For general node.js purpose, I find http://howtonode.org/ very informative, up to date.

For express.js I think, Their documentation is good, and there are few articles on http://howtonode.org/ about Express.js. This question contains many good resources about how to use express.js Learning Express for Node.js.

I am not able to figure out what you meant by, parent & chlid data, repeating data. Assuming you meant, JSON services for data stored in Mongodb.

If you are looking for more specific resources, please provide detailed information.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top