Hi Tim, my main goal is to write a rating system and play with the aggregated data (i.e. compare the rating of items of the same type, a rating timeline of one item and so on). But to reach this goal, I need to learn how to write a basic list which can be extended and how to edit or delete existing items.
For example: example.com/ index page containing the app explanation and the links to the different routes example.com/category display all items of the same category, sorted by rating. example.com/category/someitemname detailed rating information about that particular item, including the rating ratio (1 to 5 stars), rating timeline (I'd like to draw with canvas) This is just an idea I had in mind. As I said, for me it's important to know how to write a simple index of items which I can delete and edit. PS: howtonode has been a good resource, thank you! Adem On Wednesday, May 30, 2012 6:13:17 PM UTC+2, Tim Caswell wrote: > > If you write up the requirements for the simple app I can write up an > example. I need this for talks I give anyway, but I have trouble coming up > with the sample apps. Just keep it simple. What are you trying to > learn exactly? > > On Wed, May 30, 2012 at 10:47 AM, Adem Aydin <[email protected]> wrote: > >> Hello, >> As a node.js novice I am trying to get myself working productively with >> it. However, I'm still searching for a sample CRUD application which is >> purely built without any libraries. This would allow me to see how to >> handle routes, GET/POST requests and HTML templating WITHOUT express.js etc. >> >> Do you guys know of such an application source (or provide me with >> snippets?) >> >> Thank you very much! >> Adem >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > On Wednesday, May 30, 2012 6:13:17 PM UTC+2, Tim Caswell wrote: > > If you write up the requirements for the simple app I can write up an > example. I need this for talks I give anyway, but I have trouble coming up > with the sample apps. Just keep it simple. What are you trying to > learn exactly? > > On Wed, May 30, 2012 at 10:47 AM, Adem Aydin <[email protected]> wrote: > >> Hello, >> As a node.js novice I am trying to get myself working productively with >> it. However, I'm still searching for a sample CRUD application which is >> purely built without any libraries. This would allow me to see how to >> handle routes, GET/POST requests and HTML templating WITHOUT express.js etc. >> >> Do you guys know of such an application source (or provide me with >> snippets?) >> >> Thank you very much! >> Adem >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > On Wednesday, May 30, 2012 6:13:17 PM UTC+2, Tim Caswell wrote: > > If you write up the requirements for the simple app I can write up an > example. I need this for talks I give anyway, but I have trouble coming up > with the sample apps. Just keep it simple. What are you trying to > learn exactly? > > On Wed, May 30, 2012 at 10:47 AM, Adem Aydin <[email protected]> wrote: > >> Hello, >> As a node.js novice I am trying to get myself working productively with >> it. However, I'm still searching for a sample CRUD application which is >> purely built without any libraries. This would allow me to see how to >> handle routes, GET/POST requests and HTML templating WITHOUT express.js etc. >> >> Do you guys know of such an application source (or provide me with >> snippets?) >> >> Thank you very much! >> Adem >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > On Wednesday, May 30, 2012 6:13:17 PM UTC+2, Tim Caswell wrote: > > If you write up the requirements for the simple app I can write up an > example. I need this for talks I give anyway, but I have trouble coming up > with the sample apps. Just keep it simple. What are you trying to > learn exactly? > > On Wed, May 30, 2012 at 10:47 AM, Adem Aydin <[email protected]> wrote: > >> Hello, >> As a node.js novice I am trying to get myself working productively with >> it. However, I'm still searching for a sample CRUD application which is >> purely built without any libraries. This would allow me to see how to >> handle routes, GET/POST requests and HTML templating WITHOUT express.js etc. >> >> Do you guys know of such an application source (or provide me with >> snippets?) >> >> Thank you very much! >> Adem >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
