On Apr 19, 6:26 pm, mscdex <[email protected]> wrote: > 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) ?
Frankly I'm struggling to understand what that package does, but if I'm getting that correctly, it might be helpful for my case. The problem is that my extension, using express-resource, will only work on servers that use express, right? Masiar -- 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
