[DAEMON-1] appcd: Integrate hook system into appc daemon
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2016-02-25T23:57:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | appcd-core |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2016-02-03T23:55:46.000+0000 |
Updated | 2016-10-21T22:20:49.000+0000 |
Description
The appc daemon needs to provide a evented hook system for plugins to use services to use and expose functionality to other services.
The hook system is based on the concepts of the hook system in the Titanium CLI. The main differences are the new hooks system will be based on ES6 promises.
The event names should follow the convention of "module:foo.bar".
No comments