On Apr 19, 11:16 am, Masiar <[email protected]> wrote: > Imagine a service that sells goods. With the extensions I would like > to have a programmer able to call init() passing as parameter a path, > for example '/buy/:itemId',(I'm working on a protocol I won't explain > in full details), and then my extension extends that path: thus it > creates paths such as '/buy/:itemId/myStuff' and listen on that path > for POST, GET, DELETE, PUT. That's it. Hope that's clearer.
What about something like express-resource (https://github.com/ visionmedia/express-resource) ? -- 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
