this is a general question. Is there any API, framework, library or pattern that allows me to create and handle events in JavaScript? I'm building a decision tree based in events and actions. Event aren't going to come just from the DOM but also from external devices as a kinect or some others sensors. I need to be able to dispatch an action when I track something in particular with the kinect, for exemple.
Asked
Active
Viewed 58 times