Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] AOP in JavaScript

NB:  this is a shameless plug, but likely relevant for full-stack or Node.js developers that are huge fans of AspectJ like me & miss AspectJ-like AOP in _javascript_.

Hey all,

I recently published an npm (Node.js) package that allows you to use the equivalent of annotation-driven AOP in _javascript_:  https://www.npmjs.com/package/@scispike/aspectify
The beauty of the library is that the implementation turned out to be quite simple (one file, actually:  https://github.com/SciSpike/aspectify/blob/master/src/main/Advice.js).

If you find yourself working in Node.js or _javascript_ land & are missing AOP, you might want to consider it.

-matthew


Back to the top