sidroc
v1.0.2
Published
an AOP framework for legacy JavaScript applications.
Downloads
3
Readme
Sidroc
Are you looking for Cordis ?
Sidroc is an AOP framework for legacy JavaScript applications. You can think of it as a kind of april-fools-day-framework as developers can build their own frameworks on top of it.
import { Context } from 'sidroc'
const ctx = new Context()
ctx.plugin(plugin) // use plugins
ctx.on(event, callback) // listen to events
ctx.start() // start app