Have you seen web frameworks like express, strata, geddy, etc..? In most of those a simple memory/cookie based session in a 1-liner. Routes are dead simple. Form parsing is a one-liner.
On Mon, Aug 6, 2012 at 10:16 AM, Mihamina Rakotomandimby <[email protected]> wrote: > Hi all > > Lurking here for a while, I saw no mention of "simple" frameworks in order > to RAD over Node. > > I thought about something like webpy (http://webpy.org/cookbook/) > > Would you know some? > > The basic wanted feature would be: > - easy URL or controller handling (http://webpy.org/cookbook/url_handling) > - easy form input validation (i.e: http://webpy.org/cookbook/forms) > - easy session handling (http://webpy.org/cookbook/url_handling) > > Yes, I know if WebPy does what I want, I should use WebPy: but I want to > introduce Node and I'm looking for the tools that would help me to achieve > this. > > -- > RMA. > > -- > 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
