Thank you Martin. Well, I'm not really sure about specific use case since
I'm new to AOP. I can think about middleware mechanism in Express and
Connect, could it be considered some sort of AOP?

I'm currently trying to build a social network consisting of several SPA.
Problems araising from managing things such as authentication and logging,
where you need to write the code for logging for example across several
modules and files.

For example, how can I log some information about a response *after *the
response is actually delivered?

On Mon, Dec 24, 2012 at 7:00 PM, Martin Cooper <[email protected]> wrote:

>
>
> On Mon, Dec 24, 2012 at 1:48 AM, Amjad <[email protected]> wrote:
>
>> I'm interested in knowing about whether there are any modules or tools
>> for using AOP in Node.js, or whether developers are currently doing there
>> own implementation of it.
>>
>
> For my use cases, JavaScript makes it so easy to wrap existing functions
> and / or monkey patch them that I haven't needed any special help. What
> kind of use cases do you have in mind?
>
> --
> Martin Cooper
>
>
> Thanks!
>>
>> Amjad
>>
>> --
>> 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
>

-- 
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

Reply via email to