Are there any inversion of control frameworks for javascript?
The closest answer available on stackoverflow that I could find is here: What is the right way to wire together 2 javascript objects? . It looks like a great start, but I thought I’d be able to find something with a longer development history.
I’ve only used Castle Windsor myself, and I am really missing it in web-client land.
I put together a simple lightweight ioc container, called it JsfIoc.
http://github.com/fschwiet/JsfIoc