On May 18, 2014, at 5:31 PM, Francesco Mari <[email protected]> wrote:

> You are responsible to load your code by requiring the different modules you 
> application is composed of.
> 
> Depending on the architecture and the complexity of your application, you can 
> organize your code in subsystems. Even in this case, though, you are 
> responsible to define when a subsystem is considered to be fully loaded and 
> initialized.

And generally, code in node loads synchronously, so you just start it at the 
end. It’s a strange design that has to resort to asynchronous loading, and 
therefore won’t know when it’s done without work.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to