c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
981 stars 129 forks source link

Shutdown event ? #42

Closed gchauvet closed 9 years ago

gchauvet commented 9 years ago

Hi,

A simple question from a Node/Javascript noob : Dose Architect supports a "shutdown" event ?

Thank you in advance :)

gchauvet commented 9 years ago

The solution :

register(null, {
        onDestroy: function (callback) {
            // ....
        },
        // ...
    });